Matplotlib for Python developers :: effective techniques for data visualization with Python /
Leverage the power of Matplotlib to visualize and understand your data more effectively About This Book Perform effective data visualization with Matplotlib and get actionable insights from your data Design attractive graphs, charts, and 2D plots, and deploy them to the web Get the most out of Matpl...
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2018.
|
Ausgabe: | Second edition. |
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Leverage the power of Matplotlib to visualize and understand your data more effectively About This Book Perform effective data visualization with Matplotlib and get actionable insights from your data Design attractive graphs, charts, and 2D plots, and deploy them to the web Get the most out of Matplotlib in this practical guide with updated code and examples Who This Book Is For This book is essentially for anyone who wants to create intuitive data visualizations using the Matplotlib library. If you're a data scientist or analyst and wish to create attractive visualizations using Python, you'll find this book useful. Some knowledge of Python programming is all you need to get started. What You Will Learn Create 2D and 3D static plots such as bar charts, heat maps, and scatter plots Get acquainted with GTK+3, Qt5, and wxWidgets to understand the UI backend of Matplotlib Develop advanced static plots with third-party packages such as Pandas, GeoPandas, and Seaborn Create interactive plots with real-time updates Develop web-based, Matplotlib-powered graph visualizations with third-party packages such as Django Write data visualization code that is readily expandable on the cloud platform In Detail Python is a general-purpose programming language increasingly being used for data analysis and visualization. Matplotlib is a popular data visualization package in Python used to design effective plots and graphs. This is a practical, hands-on resource to help you visualize data with Python using the Matplotlib library. Matplotlib for Python Developers, Second Edition shows you how to create attractive graphs, charts, and plots using Matplotlib. You will also get a quick introduction to third-party packages, Seaborn, Pandas, Basemap, and Geopandas, and learn how to use them with Matplotlib. After that, you'll embed and customize your plots in third-party tools such as GTK+3, Qt 5, and wxWidgets. You'll also be able to tweak the look and feel of your visualization with the help of practical examples provided in this book. Further on, you'll explore Matplotlib 2.1.x on the web, from a cloud-based platform using third-party packages such as Django. Finally, you will integrate interactive, real-time visualization techniques into your current workflow with the help of practical real-world examples. By the end of this book, you'll be thoroughly comfortable with using the popular Python data visualization library Matplotlib 2.1.x and leveraging its power to bu... |
Beschreibung: | Previous edition published: 2009. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781788628136 1788628136 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1037099812 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 180523s2018 enka o 000 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d OCLCF |d STF |d TOH |d CEF |d NLE |d DEBBG |d N$T |d TEFOD |d UKMGB |d G3B |d OCL |d UAB |d UKAHL |d K6U |d OCLCO |d OCLCQ |d OCLCO |d KSU |d OCLCQ |d OCLCO |d OCLCL |d DXU | ||
015 | |a GBB882201 |2 bnb | ||
016 | 7 | |a 018853890 |2 Uk | |
019 | |a 1054626877 | ||
020 | |a 9781788628136 |q (electronic bk.) | ||
020 | |a 1788628136 |q (electronic bk.) | ||
020 | |z 9781788625173 | ||
035 | |a (OCoLC)1037099812 |z (OCoLC)1054626877 | ||
037 | |a CL0500000966 |b Safari Books Online | ||
037 | |a 18991D22-3476-4C70-AC2F-4C997BEFA689 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.73.P48 | |
072 | 7 | |a COM |x 051360 |2 bisacsh | |
072 | 7 | |a COM |x 051440 |2 bisacsh | |
082 | 7 | |a 005.13/3 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Yim, Aldrin Kay Yuen, |e author. |0 http://id.loc.gov/authorities/names/no2018066767 | |
245 | 1 | 0 | |a Matplotlib for Python developers : |b effective techniques for data visualization with Python / |c Aldrin Yim, Claire Chung, Allen Yu. |
246 | 3 | 0 | |a Effective techniques for data visualization with Python |
250 | |a Second edition. | ||
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2018. | |
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | 0 | |a Online resource; title from title page (Safari, viewed May 22, 2018). | |
500 | |a Previous edition published: 2009. | ||
505 | 0 | |a Cover -- Title Page -- Copyright and Credits -- Dedication -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Matplotlib -- What is Matplotlib? -- Merits of Matplotlib -- Easy to use -- Diverse plot types -- Hackable to the core (only when you want) -- Open source and community support -- What's new in Matplotlib 2.x? -- Improved functionality and performance -- Improved color conversion API and RGBA support -- Improved image support -- Faster text rendering -- Change in the default animation codec -- Changes in default styles -- Matplotlib website and online documentation -- Output formats and backends -- Static output formats -- Raster images -- Vector images -- Setting up Matplotlib -- Installing Python -- Python installation for Windows -- Python installation for macOS -- Python installation for Linux -- Installing Matplotlib -- About the dependencies -- Installing the pip Python package manager -- Installing Matplotlib with pip -- Setting up Jupyter Notebook -- Starting a Jupyter Notebook session -- Running Jupyter Notebook on a remote server -- Editing and running code -- Manipulating notebook kernel and cells -- Embed your Matplotlib plots -- Documenting in Markdown -- Save your hard work! -- Summary -- Chapter 2: Getting Started with Matplotlib -- Loading data -- List -- NumPy array -- pandas DataFrame -- Our first plots with Matplotlib -- Importing the pyplot -- Line plot -- Scatter plot -- Overlaying multiple data series in a plot -- Multiline plots -- Scatter plot to show clusters -- Adding a trendline over a scatter plot -- Adjusting axes, grids, labels, titles, and legends -- Adjusting axis limits -- Adding axis labels -- Adding a grid -- Titles and legends -- Adding a title -- Adding a legend -- A complete example -- Saving plots to a file -- Setting the output format. | |
505 | 8 | |a Setting the figure resolution -- Jupyter support -- Interactive navigation toolbar -- Configuring Matplotlib -- Configuring within Python code -- Reverting to default settings -- Global setting via configuration rc file -- Finding the rc configuration file -- Editing the rc configuration file -- Summary -- Chapter 3: Decorating Graphs with Plot Styles and Types -- Controlling the colors -- Default color cycle -- Single-lettered abbreviations for basic colors -- Standard HTML color names -- RGB or RGBA color code -- Hexadecimal color code -- Depth of grayscale -- Colormaps -- Creating custom colormaps -- Line and marker styles -- Marker styles -- Choosing the shape of markers -- Using custom characters as markers -- Adjusting marker sizes and colors -- Fine-tuning marker styles with keyword arguments -- Line styles -- Color -- Line thickness -- Dash patterns -- Designing a custom dash style -- Cap styles -- Spines -- More native Matplotlib plot types -- Choosing the right plot -- Histogram -- Bar plot -- Setting bar plot properties -- Drawing bar plots with error bars using multivariate data -- Mean-and-error plots -- Pie chart -- Polar chart -- Controlling radial and angular grids -- Text and annotations -- Adding text annotations -- Font -- Mathematical notations -- Mathtext -- LaTeX support -- External text renderer -- Arrows -- Using style sheets -- Applying a style sheet -- Creating own style sheet -- Resetting to default styles -- Aesthetics and readability considerations in styling -- Suitable font styles -- Effective use of colors -- Keeping it simple -- Summary -- Chapter 4: Advanced Matplotlib -- Drawing Subplots -- Initiating a figure with plt.figure() -- Initiating subplots as axes with plt.subplot() -- Adding subplots with plt.figure.add_subplot() -- Initiating an array of subplots with plt.subplots() -- Shared axes. | |
505 | 8 | |a Setting the margin with plt.tight_layout() -- Aligning subplots of different dimensions with plt.subplot2grid() -- Drawing inset plots with fig.add_axes() -- Adjusting subplot dimensions post hoc with plt.subplots_adjust -- Adjusting axes and ticks -- Customizing tick spacing with locators -- Removing ticks with NullLocator -- Locating ticks in multiples with MultipleLocator -- Locators to display date and time -- Customizing tick formats with formatters -- Using a non-linear axis scale -- More on Pandas-Matplotlib integration -- Showing distribution with the KDE plot -- Showing the density of bivariate data with hexbin plots -- Expanding plot types with Seaborn -- Visualizing multivariate data with a heatmap -- Showing hierarchy in multivariate data with clustermap -- Image plotting -- Financial plotting -- 3D plots with Axes3D -- Geographical plotting -- Basemap -- GeoPandas -- Summary -- Chapter 5: Embedding Matplotlib in GTK+3 -- Installing and setting up GTK+3 -- A brief introduction to GTK+3 -- Introduction to the GTK+3 signal system -- Installing Glade -- Designing the GUI using Glade -- Summary -- Chapter 6: Embedding Matplotlib in Qt 5 -- A brief introduction to Qt 5 and PyQt 5 -- Differences between Qt 4 and PyQt 4 -- Introducing QT Creator / QT Designer -- Summary -- Chapter 7: Embedding Matplotlib in wxWidgets Using wxPython -- A brief introduction to wxWidgets and wxPython -- Embedding Matplotlib in a GUI from wxGlade -- Summary -- Chapter 8: Integrating Matplotlib with Web Applications -- Installing Docker -- Docker for Windows users -- Docker for Mac users -- More about Django -- Django development in Docker containers -- Starting a new Django site -- Installation of Django dependencies -- Django environment setup -- Running the development server -- Showing Bitcoin prices using Django and Matplotlib -- Creating a Django app. | |
505 | 8 | |a Creating a simple Django view -- Creating a Bitcoin candlestick view -- Integrating more pricing indicators -- Integrating the image into a Django template -- Summary -- Chapter 9: Matplotlib in the Real World -- Typical API data formats -- CSV -- JSON -- Importing and visualizing data from a JSON API -- Using Seaborn to simplify visualization tasks -- Scraping information from websites -- Matplotlib graphical backends -- Non-interactive backends -- Interactive backends -- Creating animated plot -- Summary -- Chapter 10: Integrating Data Visualization into the Workflow -- Getting started -- Visualizing sample images from the dataset -- Importing the UCI ML handwritten digits dataset -- Plotting sample images -- Extracting one sample each of digits 0-9 -- Examining the randomness of the dataset -- Plotting the 10 digits in subplots -- Exploring the data nature by the t-SNE method -- Understanding t-Distributed stochastic neighbor embedding -- Importing the t-SNE method from scikit-learn -- Drawing a t-SNE plot for our data -- Creating a CNN to recognize digits -- Evaluating prediction results with visualizations -- Examining the prediction performance for each digit -- Extracting falsely predicted images -- Summary -- Index. | |
520 | |a Leverage the power of Matplotlib to visualize and understand your data more effectively About This Book Perform effective data visualization with Matplotlib and get actionable insights from your data Design attractive graphs, charts, and 2D plots, and deploy them to the web Get the most out of Matplotlib in this practical guide with updated code and examples Who This Book Is For This book is essentially for anyone who wants to create intuitive data visualizations using the Matplotlib library. If you're a data scientist or analyst and wish to create attractive visualizations using Python, you'll find this book useful. Some knowledge of Python programming is all you need to get started. What You Will Learn Create 2D and 3D static plots such as bar charts, heat maps, and scatter plots Get acquainted with GTK+3, Qt5, and wxWidgets to understand the UI backend of Matplotlib Develop advanced static plots with third-party packages such as Pandas, GeoPandas, and Seaborn Create interactive plots with real-time updates Develop web-based, Matplotlib-powered graph visualizations with third-party packages such as Django Write data visualization code that is readily expandable on the cloud platform In Detail Python is a general-purpose programming language increasingly being used for data analysis and visualization. Matplotlib is a popular data visualization package in Python used to design effective plots and graphs. This is a practical, hands-on resource to help you visualize data with Python using the Matplotlib library. Matplotlib for Python Developers, Second Edition shows you how to create attractive graphs, charts, and plots using Matplotlib. You will also get a quick introduction to third-party packages, Seaborn, Pandas, Basemap, and Geopandas, and learn how to use them with Matplotlib. After that, you'll embed and customize your plots in third-party tools such as GTK+3, Qt 5, and wxWidgets. You'll also be able to tweak the look and feel of your visualization with the help of practical examples provided in this book. Further on, you'll explore Matplotlib 2.1.x on the web, from a cloud-based platform using third-party packages such as Django. Finally, you will integrate interactive, real-time visualization techniques into your current workflow with the help of practical real-world examples. By the end of this book, you'll be thoroughly comfortable with using the popular Python data visualization library Matplotlib 2.1.x and leveraging its power to bu... | ||
650 | 0 | |a Python (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh96008834 | |
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 0 | |a Information visualization. |0 http://id.loc.gov/authorities/subjects/sh2002000243 | |
650 | 6 | |a Python (Langage de programmation) | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a Visualisation de l'information. | |
650 | 7 | |a COMPUTERS |x Programming Languages |x Python. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Software Development & Engineering |x Tools. |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a Information visualization |2 fast | |
650 | 7 | |a Python (Computer program language) |2 fast | |
700 | 1 | |a Chung, Claire Yik Lok, |e author. |0 http://id.loc.gov/authorities/names/no2018066826 | |
700 | 1 | |a Yu, Allen Chi Shing, |e author. |0 http://id.loc.gov/authorities/names/no2018065983 | |
758 | |i has work: |a Matplotlib for Python developers (Text) |1 https://id.oclc.org/worldcat/entity/E39PCFKdY84fg4hFdPKcdbqJDq |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1801020 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n BDZ0036672666 | ||
938 | |a EBSCOhost |b EBSC |n 1801020 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1037099812 |
---|---|
_version_ | 1816882422717874177 |
adam_text | |
any_adam_object | |
author | Yim, Aldrin Kay Yuen Chung, Claire Yik Lok Yu, Allen Chi Shing |
author_GND | http://id.loc.gov/authorities/names/no2018066767 http://id.loc.gov/authorities/names/no2018066826 http://id.loc.gov/authorities/names/no2018065983 |
author_facet | Yim, Aldrin Kay Yuen Chung, Claire Yik Lok Yu, Allen Chi Shing |
author_role | aut aut aut |
author_sort | Yim, Aldrin Kay Yuen |
author_variant | a k y y aky akyy c y l c cyl cylc a c s y acs acsy |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.P48 |
callnumber-search | QA76.73.P48 |
callnumber-sort | QA 276.73 P48 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover -- Title Page -- Copyright and Credits -- Dedication -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Matplotlib -- What is Matplotlib? -- Merits of Matplotlib -- Easy to use -- Diverse plot types -- Hackable to the core (only when you want) -- Open source and community support -- What's new in Matplotlib 2.x? -- Improved functionality and performance -- Improved color conversion API and RGBA support -- Improved image support -- Faster text rendering -- Change in the default animation codec -- Changes in default styles -- Matplotlib website and online documentation -- Output formats and backends -- Static output formats -- Raster images -- Vector images -- Setting up Matplotlib -- Installing Python -- Python installation for Windows -- Python installation for macOS -- Python installation for Linux -- Installing Matplotlib -- About the dependencies -- Installing the pip Python package manager -- Installing Matplotlib with pip -- Setting up Jupyter Notebook -- Starting a Jupyter Notebook session -- Running Jupyter Notebook on a remote server -- Editing and running code -- Manipulating notebook kernel and cells -- Embed your Matplotlib plots -- Documenting in Markdown -- Save your hard work! -- Summary -- Chapter 2: Getting Started with Matplotlib -- Loading data -- List -- NumPy array -- pandas DataFrame -- Our first plots with Matplotlib -- Importing the pyplot -- Line plot -- Scatter plot -- Overlaying multiple data series in a plot -- Multiline plots -- Scatter plot to show clusters -- Adding a trendline over a scatter plot -- Adjusting axes, grids, labels, titles, and legends -- Adjusting axis limits -- Adding axis labels -- Adding a grid -- Titles and legends -- Adding a title -- Adding a legend -- A complete example -- Saving plots to a file -- Setting the output format. Setting the figure resolution -- Jupyter support -- Interactive navigation toolbar -- Configuring Matplotlib -- Configuring within Python code -- Reverting to default settings -- Global setting via configuration rc file -- Finding the rc configuration file -- Editing the rc configuration file -- Summary -- Chapter 3: Decorating Graphs with Plot Styles and Types -- Controlling the colors -- Default color cycle -- Single-lettered abbreviations for basic colors -- Standard HTML color names -- RGB or RGBA color code -- Hexadecimal color code -- Depth of grayscale -- Colormaps -- Creating custom colormaps -- Line and marker styles -- Marker styles -- Choosing the shape of markers -- Using custom characters as markers -- Adjusting marker sizes and colors -- Fine-tuning marker styles with keyword arguments -- Line styles -- Color -- Line thickness -- Dash patterns -- Designing a custom dash style -- Cap styles -- Spines -- More native Matplotlib plot types -- Choosing the right plot -- Histogram -- Bar plot -- Setting bar plot properties -- Drawing bar plots with error bars using multivariate data -- Mean-and-error plots -- Pie chart -- Polar chart -- Controlling radial and angular grids -- Text and annotations -- Adding text annotations -- Font -- Mathematical notations -- Mathtext -- LaTeX support -- External text renderer -- Arrows -- Using style sheets -- Applying a style sheet -- Creating own style sheet -- Resetting to default styles -- Aesthetics and readability considerations in styling -- Suitable font styles -- Effective use of colors -- Keeping it simple -- Summary -- Chapter 4: Advanced Matplotlib -- Drawing Subplots -- Initiating a figure with plt.figure() -- Initiating subplots as axes with plt.subplot() -- Adding subplots with plt.figure.add_subplot() -- Initiating an array of subplots with plt.subplots() -- Shared axes. Setting the margin with plt.tight_layout() -- Aligning subplots of different dimensions with plt.subplot2grid() -- Drawing inset plots with fig.add_axes() -- Adjusting subplot dimensions post hoc with plt.subplots_adjust -- Adjusting axes and ticks -- Customizing tick spacing with locators -- Removing ticks with NullLocator -- Locating ticks in multiples with MultipleLocator -- Locators to display date and time -- Customizing tick formats with formatters -- Using a non-linear axis scale -- More on Pandas-Matplotlib integration -- Showing distribution with the KDE plot -- Showing the density of bivariate data with hexbin plots -- Expanding plot types with Seaborn -- Visualizing multivariate data with a heatmap -- Showing hierarchy in multivariate data with clustermap -- Image plotting -- Financial plotting -- 3D plots with Axes3D -- Geographical plotting -- Basemap -- GeoPandas -- Summary -- Chapter 5: Embedding Matplotlib in GTK+3 -- Installing and setting up GTK+3 -- A brief introduction to GTK+3 -- Introduction to the GTK+3 signal system -- Installing Glade -- Designing the GUI using Glade -- Summary -- Chapter 6: Embedding Matplotlib in Qt 5 -- A brief introduction to Qt 5 and PyQt 5 -- Differences between Qt 4 and PyQt 4 -- Introducing QT Creator / QT Designer -- Summary -- Chapter 7: Embedding Matplotlib in wxWidgets Using wxPython -- A brief introduction to wxWidgets and wxPython -- Embedding Matplotlib in a GUI from wxGlade -- Summary -- Chapter 8: Integrating Matplotlib with Web Applications -- Installing Docker -- Docker for Windows users -- Docker for Mac users -- More about Django -- Django development in Docker containers -- Starting a new Django site -- Installation of Django dependencies -- Django environment setup -- Running the development server -- Showing Bitcoin prices using Django and Matplotlib -- Creating a Django app. Creating a simple Django view -- Creating a Bitcoin candlestick view -- Integrating more pricing indicators -- Integrating the image into a Django template -- Summary -- Chapter 9: Matplotlib in the Real World -- Typical API data formats -- CSV -- JSON -- Importing and visualizing data from a JSON API -- Using Seaborn to simplify visualization tasks -- Scraping information from websites -- Matplotlib graphical backends -- Non-interactive backends -- Interactive backends -- Creating animated plot -- Summary -- Chapter 10: Integrating Data Visualization into the Workflow -- Getting started -- Visualizing sample images from the dataset -- Importing the UCI ML handwritten digits dataset -- Plotting sample images -- Extracting one sample each of digits 0-9 -- Examining the randomness of the dataset -- Plotting the 10 digits in subplots -- Exploring the data nature by the t-SNE method -- Understanding t-Distributed stochastic neighbor embedding -- Importing the t-SNE method from scikit-learn -- Drawing a t-SNE plot for our data -- Creating a CNN to recognize digits -- Evaluating prediction results with visualizations -- Examining the prediction performance for each digit -- Extracting falsely predicted images -- Summary -- Index. |
ctrlnum | (OCoLC)1037099812 |
dewey-full | 005.13/3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.13/3 |
dewey-search | 005.13/3 |
dewey-sort | 15.13 13 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | Second edition. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>12449cam a2200685 i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1037099812</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">180523s2018 enka o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">OCLCF</subfield><subfield code="d">STF</subfield><subfield code="d">TOH</subfield><subfield code="d">CEF</subfield><subfield code="d">NLE</subfield><subfield code="d">DEBBG</subfield><subfield code="d">N$T</subfield><subfield code="d">TEFOD</subfield><subfield code="d">UKMGB</subfield><subfield code="d">G3B</subfield><subfield code="d">OCL</subfield><subfield code="d">UAB</subfield><subfield code="d">UKAHL</subfield><subfield code="d">K6U</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">KSU</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">DXU</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB882201</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018853890</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1054626877</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781788628136</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1788628136</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781788625173</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1037099812</subfield><subfield code="z">(OCoLC)1054626877</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000966</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">18991D22-3476-4C70-AC2F-4C997BEFA689</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.73.P48</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051360</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051440</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.13/3</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Yim, Aldrin Kay Yuen,</subfield><subfield code="e">author.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2018066767</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Matplotlib for Python developers :</subfield><subfield code="b">effective techniques for data visualization with Python /</subfield><subfield code="c">Aldrin Yim, Claire Chung, Allen Yu.</subfield></datafield><datafield tag="246" ind1="3" ind2="0"><subfield code="a">Effective techniques for data visualization with Python</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Second edition.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2018.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from title page (Safari, viewed May 22, 2018).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Previous edition published: 2009.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover -- Title Page -- Copyright and Credits -- Dedication -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Matplotlib -- What is Matplotlib? -- Merits of Matplotlib -- Easy to use -- Diverse plot types -- Hackable to the core (only when you want) -- Open source and community support -- What's new in Matplotlib 2.x? -- Improved functionality and performance -- Improved color conversion API and RGBA support -- Improved image support -- Faster text rendering -- Change in the default animation codec -- Changes in default styles -- Matplotlib website and online documentation -- Output formats and backends -- Static output formats -- Raster images -- Vector images -- Setting up Matplotlib -- Installing Python -- Python installation for Windows -- Python installation for macOS -- Python installation for Linux -- Installing Matplotlib -- About the dependencies -- Installing the pip Python package manager -- Installing Matplotlib with pip -- Setting up Jupyter Notebook -- Starting a Jupyter Notebook session -- Running Jupyter Notebook on a remote server -- Editing and running code -- Manipulating notebook kernel and cells -- Embed your Matplotlib plots -- Documenting in Markdown -- Save your hard work! -- Summary -- Chapter 2: Getting Started with Matplotlib -- Loading data -- List -- NumPy array -- pandas DataFrame -- Our first plots with Matplotlib -- Importing the pyplot -- Line plot -- Scatter plot -- Overlaying multiple data series in a plot -- Multiline plots -- Scatter plot to show clusters -- Adding a trendline over a scatter plot -- Adjusting axes, grids, labels, titles, and legends -- Adjusting axis limits -- Adding axis labels -- Adding a grid -- Titles and legends -- Adding a title -- Adding a legend -- A complete example -- Saving plots to a file -- Setting the output format.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Setting the figure resolution -- Jupyter support -- Interactive navigation toolbar -- Configuring Matplotlib -- Configuring within Python code -- Reverting to default settings -- Global setting via configuration rc file -- Finding the rc configuration file -- Editing the rc configuration file -- Summary -- Chapter 3: Decorating Graphs with Plot Styles and Types -- Controlling the colors -- Default color cycle -- Single-lettered abbreviations for basic colors -- Standard HTML color names -- RGB or RGBA color code -- Hexadecimal color code -- Depth of grayscale -- Colormaps -- Creating custom colormaps -- Line and marker styles -- Marker styles -- Choosing the shape of markers -- Using custom characters as markers -- Adjusting marker sizes and colors -- Fine-tuning marker styles with keyword arguments -- Line styles -- Color -- Line thickness -- Dash patterns -- Designing a custom dash style -- Cap styles -- Spines -- More native Matplotlib plot types -- Choosing the right plot -- Histogram -- Bar plot -- Setting bar plot properties -- Drawing bar plots with error bars using multivariate data -- Mean-and-error plots -- Pie chart -- Polar chart -- Controlling radial and angular grids -- Text and annotations -- Adding text annotations -- Font -- Mathematical notations -- Mathtext -- LaTeX support -- External text renderer -- Arrows -- Using style sheets -- Applying a style sheet -- Creating own style sheet -- Resetting to default styles -- Aesthetics and readability considerations in styling -- Suitable font styles -- Effective use of colors -- Keeping it simple -- Summary -- Chapter 4: Advanced Matplotlib -- Drawing Subplots -- Initiating a figure with plt.figure() -- Initiating subplots as axes with plt.subplot() -- Adding subplots with plt.figure.add_subplot() -- Initiating an array of subplots with plt.subplots() -- Shared axes.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Setting the margin with plt.tight_layout() -- Aligning subplots of different dimensions with plt.subplot2grid() -- Drawing inset plots with fig.add_axes() -- Adjusting subplot dimensions post hoc with plt.subplots_adjust -- Adjusting axes and ticks -- Customizing tick spacing with locators -- Removing ticks with NullLocator -- Locating ticks in multiples with MultipleLocator -- Locators to display date and time -- Customizing tick formats with formatters -- Using a non-linear axis scale -- More on Pandas-Matplotlib integration -- Showing distribution with the KDE plot -- Showing the density of bivariate data with hexbin plots -- Expanding plot types with Seaborn -- Visualizing multivariate data with a heatmap -- Showing hierarchy in multivariate data with clustermap -- Image plotting -- Financial plotting -- 3D plots with Axes3D -- Geographical plotting -- Basemap -- GeoPandas -- Summary -- Chapter 5: Embedding Matplotlib in GTK+3 -- Installing and setting up GTK+3 -- A brief introduction to GTK+3 -- Introduction to the GTK+3 signal system -- Installing Glade -- Designing the GUI using Glade -- Summary -- Chapter 6: Embedding Matplotlib in Qt 5 -- A brief introduction to Qt 5 and PyQt 5 -- Differences between Qt 4 and PyQt 4 -- Introducing QT Creator / QT Designer -- Summary -- Chapter 7: Embedding Matplotlib in wxWidgets Using wxPython -- A brief introduction to wxWidgets and wxPython -- Embedding Matplotlib in a GUI from wxGlade -- Summary -- Chapter 8: Integrating Matplotlib with Web Applications -- Installing Docker -- Docker for Windows users -- Docker for Mac users -- More about Django -- Django development in Docker containers -- Starting a new Django site -- Installation of Django dependencies -- Django environment setup -- Running the development server -- Showing Bitcoin prices using Django and Matplotlib -- Creating a Django app.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Creating a simple Django view -- Creating a Bitcoin candlestick view -- Integrating more pricing indicators -- Integrating the image into a Django template -- Summary -- Chapter 9: Matplotlib in the Real World -- Typical API data formats -- CSV -- JSON -- Importing and visualizing data from a JSON API -- Using Seaborn to simplify visualization tasks -- Scraping information from websites -- Matplotlib graphical backends -- Non-interactive backends -- Interactive backends -- Creating animated plot -- Summary -- Chapter 10: Integrating Data Visualization into the Workflow -- Getting started -- Visualizing sample images from the dataset -- Importing the UCI ML handwritten digits dataset -- Plotting sample images -- Extracting one sample each of digits 0-9 -- Examining the randomness of the dataset -- Plotting the 10 digits in subplots -- Exploring the data nature by the t-SNE method -- Understanding t-Distributed stochastic neighbor embedding -- Importing the t-SNE method from scikit-learn -- Drawing a t-SNE plot for our data -- Creating a CNN to recognize digits -- Evaluating prediction results with visualizations -- Examining the prediction performance for each digit -- Extracting falsely predicted images -- Summary -- Index.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Leverage the power of Matplotlib to visualize and understand your data more effectively About This Book Perform effective data visualization with Matplotlib and get actionable insights from your data Design attractive graphs, charts, and 2D plots, and deploy them to the web Get the most out of Matplotlib in this practical guide with updated code and examples Who This Book Is For This book is essentially for anyone who wants to create intuitive data visualizations using the Matplotlib library. If you're a data scientist or analyst and wish to create attractive visualizations using Python, you'll find this book useful. Some knowledge of Python programming is all you need to get started. What You Will Learn Create 2D and 3D static plots such as bar charts, heat maps, and scatter plots Get acquainted with GTK+3, Qt5, and wxWidgets to understand the UI backend of Matplotlib Develop advanced static plots with third-party packages such as Pandas, GeoPandas, and Seaborn Create interactive plots with real-time updates Develop web-based, Matplotlib-powered graph visualizations with third-party packages such as Django Write data visualization code that is readily expandable on the cloud platform In Detail Python is a general-purpose programming language increasingly being used for data analysis and visualization. Matplotlib is a popular data visualization package in Python used to design effective plots and graphs. This is a practical, hands-on resource to help you visualize data with Python using the Matplotlib library. Matplotlib for Python Developers, Second Edition shows you how to create attractive graphs, charts, and plots using Matplotlib. You will also get a quick introduction to third-party packages, Seaborn, Pandas, Basemap, and Geopandas, and learn how to use them with Matplotlib. After that, you'll embed and customize your plots in third-party tools such as GTK+3, Qt 5, and wxWidgets. You'll also be able to tweak the look and feel of your visualization with the help of practical examples provided in this book. Further on, you'll explore Matplotlib 2.1.x on the web, from a cloud-based platform using third-party packages such as Django. Finally, you will integrate interactive, real-time visualization techniques into your current workflow with the help of practical real-world examples. By the end of this book, you'll be thoroughly comfortable with using the popular Python data visualization library Matplotlib 2.1.x and leveraging its power to bu...</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Python (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh96008834</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Information visualization.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2002000243</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Python (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Visualisation de l'information.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">Python.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Software Development & Engineering</subfield><subfield code="x">Tools.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Information visualization</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Python (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Chung, Claire Yik Lok,</subfield><subfield code="e">author.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2018066826</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Yu, Allen Chi Shing,</subfield><subfield code="e">author.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2018065983</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Matplotlib for Python developers (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCFKdY84fg4hFdPKcdbqJDq</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1801020</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">BDZ0036672666</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1801020</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1037099812 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:28:22Z |
institution | BVB |
isbn | 9781788628136 1788628136 |
language | English |
oclc_num | 1037099812 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2018 |
publishDateSearch | 2018 |
publishDateSort | 2018 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Yim, Aldrin Kay Yuen, author. http://id.loc.gov/authorities/names/no2018066767 Matplotlib for Python developers : effective techniques for data visualization with Python / Aldrin Yim, Claire Chung, Allen Yu. Effective techniques for data visualization with Python Second edition. Birmingham, UK : Packt Publishing, 2018. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier Online resource; title from title page (Safari, viewed May 22, 2018). Previous edition published: 2009. Cover -- Title Page -- Copyright and Credits -- Dedication -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Matplotlib -- What is Matplotlib? -- Merits of Matplotlib -- Easy to use -- Diverse plot types -- Hackable to the core (only when you want) -- Open source and community support -- What's new in Matplotlib 2.x? -- Improved functionality and performance -- Improved color conversion API and RGBA support -- Improved image support -- Faster text rendering -- Change in the default animation codec -- Changes in default styles -- Matplotlib website and online documentation -- Output formats and backends -- Static output formats -- Raster images -- Vector images -- Setting up Matplotlib -- Installing Python -- Python installation for Windows -- Python installation for macOS -- Python installation for Linux -- Installing Matplotlib -- About the dependencies -- Installing the pip Python package manager -- Installing Matplotlib with pip -- Setting up Jupyter Notebook -- Starting a Jupyter Notebook session -- Running Jupyter Notebook on a remote server -- Editing and running code -- Manipulating notebook kernel and cells -- Embed your Matplotlib plots -- Documenting in Markdown -- Save your hard work! -- Summary -- Chapter 2: Getting Started with Matplotlib -- Loading data -- List -- NumPy array -- pandas DataFrame -- Our first plots with Matplotlib -- Importing the pyplot -- Line plot -- Scatter plot -- Overlaying multiple data series in a plot -- Multiline plots -- Scatter plot to show clusters -- Adding a trendline over a scatter plot -- Adjusting axes, grids, labels, titles, and legends -- Adjusting axis limits -- Adding axis labels -- Adding a grid -- Titles and legends -- Adding a title -- Adding a legend -- A complete example -- Saving plots to a file -- Setting the output format. Setting the figure resolution -- Jupyter support -- Interactive navigation toolbar -- Configuring Matplotlib -- Configuring within Python code -- Reverting to default settings -- Global setting via configuration rc file -- Finding the rc configuration file -- Editing the rc configuration file -- Summary -- Chapter 3: Decorating Graphs with Plot Styles and Types -- Controlling the colors -- Default color cycle -- Single-lettered abbreviations for basic colors -- Standard HTML color names -- RGB or RGBA color code -- Hexadecimal color code -- Depth of grayscale -- Colormaps -- Creating custom colormaps -- Line and marker styles -- Marker styles -- Choosing the shape of markers -- Using custom characters as markers -- Adjusting marker sizes and colors -- Fine-tuning marker styles with keyword arguments -- Line styles -- Color -- Line thickness -- Dash patterns -- Designing a custom dash style -- Cap styles -- Spines -- More native Matplotlib plot types -- Choosing the right plot -- Histogram -- Bar plot -- Setting bar plot properties -- Drawing bar plots with error bars using multivariate data -- Mean-and-error plots -- Pie chart -- Polar chart -- Controlling radial and angular grids -- Text and annotations -- Adding text annotations -- Font -- Mathematical notations -- Mathtext -- LaTeX support -- External text renderer -- Arrows -- Using style sheets -- Applying a style sheet -- Creating own style sheet -- Resetting to default styles -- Aesthetics and readability considerations in styling -- Suitable font styles -- Effective use of colors -- Keeping it simple -- Summary -- Chapter 4: Advanced Matplotlib -- Drawing Subplots -- Initiating a figure with plt.figure() -- Initiating subplots as axes with plt.subplot() -- Adding subplots with plt.figure.add_subplot() -- Initiating an array of subplots with plt.subplots() -- Shared axes. Setting the margin with plt.tight_layout() -- Aligning subplots of different dimensions with plt.subplot2grid() -- Drawing inset plots with fig.add_axes() -- Adjusting subplot dimensions post hoc with plt.subplots_adjust -- Adjusting axes and ticks -- Customizing tick spacing with locators -- Removing ticks with NullLocator -- Locating ticks in multiples with MultipleLocator -- Locators to display date and time -- Customizing tick formats with formatters -- Using a non-linear axis scale -- More on Pandas-Matplotlib integration -- Showing distribution with the KDE plot -- Showing the density of bivariate data with hexbin plots -- Expanding plot types with Seaborn -- Visualizing multivariate data with a heatmap -- Showing hierarchy in multivariate data with clustermap -- Image plotting -- Financial plotting -- 3D plots with Axes3D -- Geographical plotting -- Basemap -- GeoPandas -- Summary -- Chapter 5: Embedding Matplotlib in GTK+3 -- Installing and setting up GTK+3 -- A brief introduction to GTK+3 -- Introduction to the GTK+3 signal system -- Installing Glade -- Designing the GUI using Glade -- Summary -- Chapter 6: Embedding Matplotlib in Qt 5 -- A brief introduction to Qt 5 and PyQt 5 -- Differences between Qt 4 and PyQt 4 -- Introducing QT Creator / QT Designer -- Summary -- Chapter 7: Embedding Matplotlib in wxWidgets Using wxPython -- A brief introduction to wxWidgets and wxPython -- Embedding Matplotlib in a GUI from wxGlade -- Summary -- Chapter 8: Integrating Matplotlib with Web Applications -- Installing Docker -- Docker for Windows users -- Docker for Mac users -- More about Django -- Django development in Docker containers -- Starting a new Django site -- Installation of Django dependencies -- Django environment setup -- Running the development server -- Showing Bitcoin prices using Django and Matplotlib -- Creating a Django app. Creating a simple Django view -- Creating a Bitcoin candlestick view -- Integrating more pricing indicators -- Integrating the image into a Django template -- Summary -- Chapter 9: Matplotlib in the Real World -- Typical API data formats -- CSV -- JSON -- Importing and visualizing data from a JSON API -- Using Seaborn to simplify visualization tasks -- Scraping information from websites -- Matplotlib graphical backends -- Non-interactive backends -- Interactive backends -- Creating animated plot -- Summary -- Chapter 10: Integrating Data Visualization into the Workflow -- Getting started -- Visualizing sample images from the dataset -- Importing the UCI ML handwritten digits dataset -- Plotting sample images -- Extracting one sample each of digits 0-9 -- Examining the randomness of the dataset -- Plotting the 10 digits in subplots -- Exploring the data nature by the t-SNE method -- Understanding t-Distributed stochastic neighbor embedding -- Importing the t-SNE method from scikit-learn -- Drawing a t-SNE plot for our data -- Creating a CNN to recognize digits -- Evaluating prediction results with visualizations -- Examining the prediction performance for each digit -- Extracting falsely predicted images -- Summary -- Index. Leverage the power of Matplotlib to visualize and understand your data more effectively About This Book Perform effective data visualization with Matplotlib and get actionable insights from your data Design attractive graphs, charts, and 2D plots, and deploy them to the web Get the most out of Matplotlib in this practical guide with updated code and examples Who This Book Is For This book is essentially for anyone who wants to create intuitive data visualizations using the Matplotlib library. If you're a data scientist or analyst and wish to create attractive visualizations using Python, you'll find this book useful. Some knowledge of Python programming is all you need to get started. What You Will Learn Create 2D and 3D static plots such as bar charts, heat maps, and scatter plots Get acquainted with GTK+3, Qt5, and wxWidgets to understand the UI backend of Matplotlib Develop advanced static plots with third-party packages such as Pandas, GeoPandas, and Seaborn Create interactive plots with real-time updates Develop web-based, Matplotlib-powered graph visualizations with third-party packages such as Django Write data visualization code that is readily expandable on the cloud platform In Detail Python is a general-purpose programming language increasingly being used for data analysis and visualization. Matplotlib is a popular data visualization package in Python used to design effective plots and graphs. This is a practical, hands-on resource to help you visualize data with Python using the Matplotlib library. Matplotlib for Python Developers, Second Edition shows you how to create attractive graphs, charts, and plots using Matplotlib. You will also get a quick introduction to third-party packages, Seaborn, Pandas, Basemap, and Geopandas, and learn how to use them with Matplotlib. After that, you'll embed and customize your plots in third-party tools such as GTK+3, Qt 5, and wxWidgets. You'll also be able to tweak the look and feel of your visualization with the help of practical examples provided in this book. Further on, you'll explore Matplotlib 2.1.x on the web, from a cloud-based platform using third-party packages such as Django. Finally, you will integrate interactive, real-time visualization techniques into your current workflow with the help of practical real-world examples. By the end of this book, you'll be thoroughly comfortable with using the popular Python data visualization library Matplotlib 2.1.x and leveraging its power to bu... Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Information visualization. http://id.loc.gov/authorities/subjects/sh2002000243 Python (Langage de programmation) Logiciels d'application Développement. Visualisation de l'information. COMPUTERS Programming Languages Python. bisacsh COMPUTERS Software Development & Engineering Tools. bisacsh Application software Development fast Information visualization fast Python (Computer program language) fast Chung, Claire Yik Lok, author. http://id.loc.gov/authorities/names/no2018066826 Yu, Allen Chi Shing, author. http://id.loc.gov/authorities/names/no2018065983 has work: Matplotlib for Python developers (Text) https://id.oclc.org/worldcat/entity/E39PCFKdY84fg4hFdPKcdbqJDq https://id.oclc.org/worldcat/ontology/hasWork FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1801020 Volltext |
spellingShingle | Yim, Aldrin Kay Yuen Chung, Claire Yik Lok Yu, Allen Chi Shing Matplotlib for Python developers : effective techniques for data visualization with Python / Cover -- Title Page -- Copyright and Credits -- Dedication -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Matplotlib -- What is Matplotlib? -- Merits of Matplotlib -- Easy to use -- Diverse plot types -- Hackable to the core (only when you want) -- Open source and community support -- What's new in Matplotlib 2.x? -- Improved functionality and performance -- Improved color conversion API and RGBA support -- Improved image support -- Faster text rendering -- Change in the default animation codec -- Changes in default styles -- Matplotlib website and online documentation -- Output formats and backends -- Static output formats -- Raster images -- Vector images -- Setting up Matplotlib -- Installing Python -- Python installation for Windows -- Python installation for macOS -- Python installation for Linux -- Installing Matplotlib -- About the dependencies -- Installing the pip Python package manager -- Installing Matplotlib with pip -- Setting up Jupyter Notebook -- Starting a Jupyter Notebook session -- Running Jupyter Notebook on a remote server -- Editing and running code -- Manipulating notebook kernel and cells -- Embed your Matplotlib plots -- Documenting in Markdown -- Save your hard work! -- Summary -- Chapter 2: Getting Started with Matplotlib -- Loading data -- List -- NumPy array -- pandas DataFrame -- Our first plots with Matplotlib -- Importing the pyplot -- Line plot -- Scatter plot -- Overlaying multiple data series in a plot -- Multiline plots -- Scatter plot to show clusters -- Adding a trendline over a scatter plot -- Adjusting axes, grids, labels, titles, and legends -- Adjusting axis limits -- Adding axis labels -- Adding a grid -- Titles and legends -- Adding a title -- Adding a legend -- A complete example -- Saving plots to a file -- Setting the output format. Setting the figure resolution -- Jupyter support -- Interactive navigation toolbar -- Configuring Matplotlib -- Configuring within Python code -- Reverting to default settings -- Global setting via configuration rc file -- Finding the rc configuration file -- Editing the rc configuration file -- Summary -- Chapter 3: Decorating Graphs with Plot Styles and Types -- Controlling the colors -- Default color cycle -- Single-lettered abbreviations for basic colors -- Standard HTML color names -- RGB or RGBA color code -- Hexadecimal color code -- Depth of grayscale -- Colormaps -- Creating custom colormaps -- Line and marker styles -- Marker styles -- Choosing the shape of markers -- Using custom characters as markers -- Adjusting marker sizes and colors -- Fine-tuning marker styles with keyword arguments -- Line styles -- Color -- Line thickness -- Dash patterns -- Designing a custom dash style -- Cap styles -- Spines -- More native Matplotlib plot types -- Choosing the right plot -- Histogram -- Bar plot -- Setting bar plot properties -- Drawing bar plots with error bars using multivariate data -- Mean-and-error plots -- Pie chart -- Polar chart -- Controlling radial and angular grids -- Text and annotations -- Adding text annotations -- Font -- Mathematical notations -- Mathtext -- LaTeX support -- External text renderer -- Arrows -- Using style sheets -- Applying a style sheet -- Creating own style sheet -- Resetting to default styles -- Aesthetics and readability considerations in styling -- Suitable font styles -- Effective use of colors -- Keeping it simple -- Summary -- Chapter 4: Advanced Matplotlib -- Drawing Subplots -- Initiating a figure with plt.figure() -- Initiating subplots as axes with plt.subplot() -- Adding subplots with plt.figure.add_subplot() -- Initiating an array of subplots with plt.subplots() -- Shared axes. Setting the margin with plt.tight_layout() -- Aligning subplots of different dimensions with plt.subplot2grid() -- Drawing inset plots with fig.add_axes() -- Adjusting subplot dimensions post hoc with plt.subplots_adjust -- Adjusting axes and ticks -- Customizing tick spacing with locators -- Removing ticks with NullLocator -- Locating ticks in multiples with MultipleLocator -- Locators to display date and time -- Customizing tick formats with formatters -- Using a non-linear axis scale -- More on Pandas-Matplotlib integration -- Showing distribution with the KDE plot -- Showing the density of bivariate data with hexbin plots -- Expanding plot types with Seaborn -- Visualizing multivariate data with a heatmap -- Showing hierarchy in multivariate data with clustermap -- Image plotting -- Financial plotting -- 3D plots with Axes3D -- Geographical plotting -- Basemap -- GeoPandas -- Summary -- Chapter 5: Embedding Matplotlib in GTK+3 -- Installing and setting up GTK+3 -- A brief introduction to GTK+3 -- Introduction to the GTK+3 signal system -- Installing Glade -- Designing the GUI using Glade -- Summary -- Chapter 6: Embedding Matplotlib in Qt 5 -- A brief introduction to Qt 5 and PyQt 5 -- Differences between Qt 4 and PyQt 4 -- Introducing QT Creator / QT Designer -- Summary -- Chapter 7: Embedding Matplotlib in wxWidgets Using wxPython -- A brief introduction to wxWidgets and wxPython -- Embedding Matplotlib in a GUI from wxGlade -- Summary -- Chapter 8: Integrating Matplotlib with Web Applications -- Installing Docker -- Docker for Windows users -- Docker for Mac users -- More about Django -- Django development in Docker containers -- Starting a new Django site -- Installation of Django dependencies -- Django environment setup -- Running the development server -- Showing Bitcoin prices using Django and Matplotlib -- Creating a Django app. Creating a simple Django view -- Creating a Bitcoin candlestick view -- Integrating more pricing indicators -- Integrating the image into a Django template -- Summary -- Chapter 9: Matplotlib in the Real World -- Typical API data formats -- CSV -- JSON -- Importing and visualizing data from a JSON API -- Using Seaborn to simplify visualization tasks -- Scraping information from websites -- Matplotlib graphical backends -- Non-interactive backends -- Interactive backends -- Creating animated plot -- Summary -- Chapter 10: Integrating Data Visualization into the Workflow -- Getting started -- Visualizing sample images from the dataset -- Importing the UCI ML handwritten digits dataset -- Plotting sample images -- Extracting one sample each of digits 0-9 -- Examining the randomness of the dataset -- Plotting the 10 digits in subplots -- Exploring the data nature by the t-SNE method -- Understanding t-Distributed stochastic neighbor embedding -- Importing the t-SNE method from scikit-learn -- Drawing a t-SNE plot for our data -- Creating a CNN to recognize digits -- Evaluating prediction results with visualizations -- Examining the prediction performance for each digit -- Extracting falsely predicted images -- Summary -- Index. Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Information visualization. http://id.loc.gov/authorities/subjects/sh2002000243 Python (Langage de programmation) Logiciels d'application Développement. Visualisation de l'information. COMPUTERS Programming Languages Python. bisacsh COMPUTERS Software Development & Engineering Tools. bisacsh Application software Development fast Information visualization fast Python (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh96008834 http://id.loc.gov/authorities/subjects/sh95009362 http://id.loc.gov/authorities/subjects/sh2002000243 |
title | Matplotlib for Python developers : effective techniques for data visualization with Python / |
title_alt | Effective techniques for data visualization with Python |
title_auth | Matplotlib for Python developers : effective techniques for data visualization with Python / |
title_exact_search | Matplotlib for Python developers : effective techniques for data visualization with Python / |
title_full | Matplotlib for Python developers : effective techniques for data visualization with Python / Aldrin Yim, Claire Chung, Allen Yu. |
title_fullStr | Matplotlib for Python developers : effective techniques for data visualization with Python / Aldrin Yim, Claire Chung, Allen Yu. |
title_full_unstemmed | Matplotlib for Python developers : effective techniques for data visualization with Python / Aldrin Yim, Claire Chung, Allen Yu. |
title_short | Matplotlib for Python developers : |
title_sort | matplotlib for python developers effective techniques for data visualization with python |
title_sub | effective techniques for data visualization with Python / |
topic | Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Information visualization. http://id.loc.gov/authorities/subjects/sh2002000243 Python (Langage de programmation) Logiciels d'application Développement. Visualisation de l'information. COMPUTERS Programming Languages Python. bisacsh COMPUTERS Software Development & Engineering Tools. bisacsh Application software Development fast Information visualization fast Python (Computer program language) fast |
topic_facet | Python (Computer program language) Application software Development. Information visualization. Python (Langage de programmation) Logiciels d'application Développement. Visualisation de l'information. COMPUTERS Programming Languages Python. COMPUTERS Software Development & Engineering Tools. Application software Development Information visualization |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1801020 |
work_keys_str_mv | AT yimaldrinkayyuen matplotlibforpythondeveloperseffectivetechniquesfordatavisualizationwithpython AT chungclaireyiklok matplotlibforpythondeveloperseffectivetechniquesfordatavisualizationwithpython AT yuallenchishing matplotlibforpythondeveloperseffectivetechniquesfordatavisualizationwithpython AT yimaldrinkayyuen effectivetechniquesfordatavisualizationwithpython AT chungclaireyiklok effectivetechniquesfordatavisualizationwithpython AT yuallenchishing effectivetechniquesfordatavisualizationwithpython |