Matplotlib plotting cookbook :: learn how to create professional scientific plots using matplotlib, with more than 60 recipes that cover common use cases /
This book follows a cookbook style approach that puts orthogonal and non-redundant recipes in your hands. Rather than rehashing the user manual, the explanations expose the underlying logic behind Matplotlib. If you are an engineer or scientist who wants to create great visualizations with Python, r...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Pub.,
2014.
|
Schriftenreihe: | Quick answers to common problems.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | This book follows a cookbook style approach that puts orthogonal and non-redundant recipes in your hands. Rather than rehashing the user manual, the explanations expose the underlying logic behind Matplotlib. If you are an engineer or scientist who wants to create great visualizations with Python, rather than yet another specialized language, this is the book for you. While there are several very competent plotting packages, Matplotlib is ""just"" a Python module. Thus, if you know some Python already, you will feel at home from the first steps on. In case you are an application writer, you wo |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781849513272 1849513279 |
Internformat
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn878049017 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 140424s2014 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e pn |c UMI |d E7B |d COO |d DEBBG |d N$T |d OCLCQ |d OCLCO |d OCLCQ |d OCLCF |d OCLCQ |d D6H |d AGLDB |d OCLCQ |d COCUF |d ICA |d CNNOR |d OCLCQ |d MOR |d OCLCQ |d U3W |d REB |d STF |d VTS |d CEF |d NLE |d INT |d VT2 |d UKMGB |d OCLCQ |d WYU |d G3B |d TKN |d OCLCQ |d UAB |d AU@ |d M8D |d HS0 |d OCLCO |d QGK |d OCLCQ |d OCLCO |d OCLCL | ||
016 | 7 | |a 018011983 |2 Uk | |
019 | |a 878049131 |a 878049341 |a 878059870 |a 884440477 |a 1259112821 | ||
020 | |a 9781849513272 |q (electronic bk.) | ||
020 | |a 1849513279 |q (electronic bk.) | ||
020 | |z 9781849513265 | ||
020 | |z 1849513260 | ||
035 | |a (OCoLC)878049017 |z (OCoLC)878049131 |z (OCoLC)878049341 |z (OCoLC)878059870 |z (OCoLC)884440477 |z (OCoLC)1259112821 | ||
037 | |a CL0500000416 |b Safari Books Online | ||
050 | 4 | |a QA76.73.P98 |b D484 2014 | |
072 | 7 | |a COM |x 051360 |2 bisacsh | |
082 | 7 | |a 005.133 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Devert, Alexandre. | |
245 | 1 | 0 | |a Matplotlib plotting cookbook : |b learn how to create professional scientific plots using matplotlib, with more than 60 recipes that cover common use cases / |c Alexandre Devert. |
260 | |a Birmingham, UK : |b Packt Pub., |c 2014. | ||
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 | ||
347 | |a text file | ||
490 | 1 | |a Quick answers to common problems | |
588 | 0 | |a Online resource; title from cover page (Safari, viewed Apr 11, 2014). | |
500 | |a Includes index. | ||
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: First Steps; Introduction; Installing matplotlib; Plotting one curve; Using NumPy; Plotting multiple curves; Plotting curves from file data; Plotting points; Plotting bar charts; Plotting multiple bar charts; Plotting stacked bar charts; Plotting back-to-back bar charts; Plotting pie charts; Plotting histograms; Plotting boxplots; Plotting triangulations; Chapter 2: Customizing the Color and Styles; Introduction; Defining your own colors | |
505 | 8 | |a Using custom colors for scatter plotsUsing custom colors for bar charts; Using custom colors for pie charts; Using custom colors for boxplots; Using colormaps for scatter plots; Using colormaps for bar charts; Controlling line pattern and thickness; Controlling a fill pattern; Controlling a marker's style; Controlling a marker's size; Creating your own markers; Getting more control over markers; Creating your own color scheme; Chapter 3: Working with Annotations; Introduction; Adding a title; Using LaTeX-style notations; Adding a label to each axis; Adding text; Adding arrows; Adding a legend | |
505 | 8 | |a Adding a gridAdding lines; Adding shapes; Controlling ticks' spacing; Controlling ticks labeling; Chapter 4: Working with Figures; Introduction; Compositing multiple figures; Scaling both axes equally; Setting an axis range; Setting the aspect ratio; Inserting subfigures; Using a logarithmic scale; Using polar coordinates; Chapter 5: Working with a File Output; Introduction; Generating a PNG picture file; Handling transparency; Controlling the output resolution; Generating PDF or SVG documents; Handling multiple-page PDF documents; Chapter 6: Working with Maps; Introduction | |
505 | 8 | |a Visualizing the content of a 2D arrayAdding a colormap legend to a figure; Visualizing nonuniform 2D data; Visualizing a 2D scalar field; Visualizing contour lines; Visualizing a 2D vector field; Visualizing the streamlines of a 2D vector field; Chapter 7: Working with 3D Figures; Introduction; Creating 3D scatter plots; Creating 3D curve plots; Plotting a scalar field in 3D; Plotting a parametric 3D surface; Embedding 2D figures in a 3D figure; Creating a 3D bar plot; Chapter 8: User Interface; Introduction; Making a user-controllable plot; Integrating a plot to a Tkinter user interface | |
505 | 8 | |a Integrating a plot to wxWidgets user interfaceIntegrating a plot to GTK user interface; Integrating a plot in a Pyglet application; Index | |
520 | |a This book follows a cookbook style approach that puts orthogonal and non-redundant recipes in your hands. Rather than rehashing the user manual, the explanations expose the underlying logic behind Matplotlib. If you are an engineer or scientist who wants to create great visualizations with Python, rather than yet another specialized language, this is the book for you. While there are several very competent plotting packages, Matplotlib is ""just"" a Python module. Thus, if you know some Python already, you will feel at home from the first steps on. In case you are an application writer, you wo | ||
546 | |a English. | ||
650 | 0 | |a Python (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh96008834 | |
650 | 0 | |a Charts, diagrams, etc. |0 http://id.loc.gov/authorities/subjects/sh87002373 | |
650 | 6 | |a Python (Langage de programmation) | |
650 | 6 | |a Tableaux, graphiques, etc. | |
650 | 7 | |a diagrams. |2 aat | |
650 | 7 | |a COMPUTERS |x Programming Languages |x Python. |2 bisacsh | |
650 | 7 | |a Charts, diagrams, etc. |2 fast | |
650 | 7 | |a Python (Computer program language) |2 fast | |
758 | |i has work: |a Matplotlib plotting cookbook (Text) |1 https://id.oclc.org/worldcat/entity/E39PD3rqKkbQkcFTtJyDtCrPBd |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Devert, Alexandre. |t Matplotlib plotting cookbook |z 9781849513265 |w (OCoLC)881659734 |
830 | 0 | |a Quick answers to common problems. |0 http://id.loc.gov/authorities/names/no2015091434 | |
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=748830 |3 Volltext |
938 | |a ebrary |b EBRY |n ebr10854561 | ||
938 | |a EBSCOhost |b EBSC |n 748830 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn878049017 |
---|---|
_version_ | 1816882268976709632 |
adam_text | |
any_adam_object | |
author | Devert, Alexandre |
author_facet | Devert, Alexandre |
author_role | |
author_sort | Devert, Alexandre |
author_variant | a d ad |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.P98 D484 2014 |
callnumber-search | QA76.73.P98 D484 2014 |
callnumber-sort | QA 276.73 P98 D484 42014 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: First Steps; Introduction; Installing matplotlib; Plotting one curve; Using NumPy; Plotting multiple curves; Plotting curves from file data; Plotting points; Plotting bar charts; Plotting multiple bar charts; Plotting stacked bar charts; Plotting back-to-back bar charts; Plotting pie charts; Plotting histograms; Plotting boxplots; Plotting triangulations; Chapter 2: Customizing the Color and Styles; Introduction; Defining your own colors Using custom colors for scatter plotsUsing custom colors for bar charts; Using custom colors for pie charts; Using custom colors for boxplots; Using colormaps for scatter plots; Using colormaps for bar charts; Controlling line pattern and thickness; Controlling a fill pattern; Controlling a marker's style; Controlling a marker's size; Creating your own markers; Getting more control over markers; Creating your own color scheme; Chapter 3: Working with Annotations; Introduction; Adding a title; Using LaTeX-style notations; Adding a label to each axis; Adding text; Adding arrows; Adding a legend Adding a gridAdding lines; Adding shapes; Controlling ticks' spacing; Controlling ticks labeling; Chapter 4: Working with Figures; Introduction; Compositing multiple figures; Scaling both axes equally; Setting an axis range; Setting the aspect ratio; Inserting subfigures; Using a logarithmic scale; Using polar coordinates; Chapter 5: Working with a File Output; Introduction; Generating a PNG picture file; Handling transparency; Controlling the output resolution; Generating PDF or SVG documents; Handling multiple-page PDF documents; Chapter 6: Working with Maps; Introduction Visualizing the content of a 2D arrayAdding a colormap legend to a figure; Visualizing nonuniform 2D data; Visualizing a 2D scalar field; Visualizing contour lines; Visualizing a 2D vector field; Visualizing the streamlines of a 2D vector field; Chapter 7: Working with 3D Figures; Introduction; Creating 3D scatter plots; Creating 3D curve plots; Plotting a scalar field in 3D; Plotting a parametric 3D surface; Embedding 2D figures in a 3D figure; Creating a 3D bar plot; Chapter 8: User Interface; Introduction; Making a user-controllable plot; Integrating a plot to a Tkinter user interface Integrating a plot to wxWidgets user interfaceIntegrating a plot to GTK user interface; Integrating a plot in a Pyglet application; Index |
ctrlnum | (OCoLC)878049017 |
dewey-full | 005.133 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.133 |
dewey-search | 005.133 |
dewey-sort | 15.133 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05974cam a2200649 a 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn878049017</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">140424s2014 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">E7B</subfield><subfield code="d">COO</subfield><subfield code="d">DEBBG</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">D6H</subfield><subfield code="d">AGLDB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">COCUF</subfield><subfield code="d">ICA</subfield><subfield code="d">CNNOR</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">MOR</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">U3W</subfield><subfield code="d">REB</subfield><subfield code="d">STF</subfield><subfield code="d">VTS</subfield><subfield code="d">CEF</subfield><subfield code="d">NLE</subfield><subfield code="d">INT</subfield><subfield code="d">VT2</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">WYU</subfield><subfield code="d">G3B</subfield><subfield code="d">TKN</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UAB</subfield><subfield code="d">AU@</subfield><subfield code="d">M8D</subfield><subfield code="d">HS0</subfield><subfield code="d">OCLCO</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018011983</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">878049131</subfield><subfield code="a">878049341</subfield><subfield code="a">878059870</subfield><subfield code="a">884440477</subfield><subfield code="a">1259112821</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849513272</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849513279</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781849513265</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1849513260</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)878049017</subfield><subfield code="z">(OCoLC)878049131</subfield><subfield code="z">(OCoLC)878049341</subfield><subfield code="z">(OCoLC)878059870</subfield><subfield code="z">(OCoLC)884440477</subfield><subfield code="z">(OCoLC)1259112821</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000416</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.73.P98</subfield><subfield code="b">D484 2014</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="082" ind1="7" ind2=" "><subfield code="a">005.133</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">Devert, Alexandre.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Matplotlib plotting cookbook :</subfield><subfield code="b">learn how to create professional scientific plots using matplotlib, with more than 60 recipes that cover common use cases /</subfield><subfield code="c">Alexandre Devert.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Pub.,</subfield><subfield code="c">2014.</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="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Quick answers to common problems</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from cover page (Safari, viewed Apr 11, 2014).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: First Steps; Introduction; Installing matplotlib; Plotting one curve; Using NumPy; Plotting multiple curves; Plotting curves from file data; Plotting points; Plotting bar charts; Plotting multiple bar charts; Plotting stacked bar charts; Plotting back-to-back bar charts; Plotting pie charts; Plotting histograms; Plotting boxplots; Plotting triangulations; Chapter 2: Customizing the Color and Styles; Introduction; Defining your own colors</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Using custom colors for scatter plotsUsing custom colors for bar charts; Using custom colors for pie charts; Using custom colors for boxplots; Using colormaps for scatter plots; Using colormaps for bar charts; Controlling line pattern and thickness; Controlling a fill pattern; Controlling a marker's style; Controlling a marker's size; Creating your own markers; Getting more control over markers; Creating your own color scheme; Chapter 3: Working with Annotations; Introduction; Adding a title; Using LaTeX-style notations; Adding a label to each axis; Adding text; Adding arrows; Adding a legend</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Adding a gridAdding lines; Adding shapes; Controlling ticks' spacing; Controlling ticks labeling; Chapter 4: Working with Figures; Introduction; Compositing multiple figures; Scaling both axes equally; Setting an axis range; Setting the aspect ratio; Inserting subfigures; Using a logarithmic scale; Using polar coordinates; Chapter 5: Working with a File Output; Introduction; Generating a PNG picture file; Handling transparency; Controlling the output resolution; Generating PDF or SVG documents; Handling multiple-page PDF documents; Chapter 6: Working with Maps; Introduction</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Visualizing the content of a 2D arrayAdding a colormap legend to a figure; Visualizing nonuniform 2D data; Visualizing a 2D scalar field; Visualizing contour lines; Visualizing a 2D vector field; Visualizing the streamlines of a 2D vector field; Chapter 7: Working with 3D Figures; Introduction; Creating 3D scatter plots; Creating 3D curve plots; Plotting a scalar field in 3D; Plotting a parametric 3D surface; Embedding 2D figures in a 3D figure; Creating a 3D bar plot; Chapter 8: User Interface; Introduction; Making a user-controllable plot; Integrating a plot to a Tkinter user interface</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Integrating a plot to wxWidgets user interfaceIntegrating a plot to GTK user interface; Integrating a plot in a Pyglet application; Index</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">This book follows a cookbook style approach that puts orthogonal and non-redundant recipes in your hands. Rather than rehashing the user manual, the explanations expose the underlying logic behind Matplotlib. If you are an engineer or scientist who wants to create great visualizations with Python, rather than yet another specialized language, this is the book for you. While there are several very competent plotting packages, Matplotlib is ""just"" a Python module. Thus, if you know some Python already, you will feel at home from the first steps on. In case you are an application writer, you wo</subfield></datafield><datafield tag="546" ind1=" " ind2=" "><subfield code="a">English.</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">Charts, diagrams, etc.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh87002373</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">Tableaux, graphiques, etc.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">diagrams.</subfield><subfield code="2">aat</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">Charts, diagrams, etc.</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="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Matplotlib plotting cookbook (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PD3rqKkbQkcFTtJyDtCrPBd</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Devert, Alexandre.</subfield><subfield code="t">Matplotlib plotting cookbook</subfield><subfield code="z">9781849513265</subfield><subfield code="w">(OCoLC)881659734</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Quick answers to common problems.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2015091434</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=748830</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr10854561</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">748830</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-ocn878049017 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:25:55Z |
institution | BVB |
isbn | 9781849513272 1849513279 |
language | English |
oclc_num | 878049017 |
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 | 2014 |
publishDateSearch | 2014 |
publishDateSort | 2014 |
publisher | Packt Pub., |
record_format | marc |
series | Quick answers to common problems. |
series2 | Quick answers to common problems |
spelling | Devert, Alexandre. Matplotlib plotting cookbook : learn how to create professional scientific plots using matplotlib, with more than 60 recipes that cover common use cases / Alexandre Devert. Birmingham, UK : Packt Pub., 2014. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Quick answers to common problems Online resource; title from cover page (Safari, viewed Apr 11, 2014). Includes index. Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: First Steps; Introduction; Installing matplotlib; Plotting one curve; Using NumPy; Plotting multiple curves; Plotting curves from file data; Plotting points; Plotting bar charts; Plotting multiple bar charts; Plotting stacked bar charts; Plotting back-to-back bar charts; Plotting pie charts; Plotting histograms; Plotting boxplots; Plotting triangulations; Chapter 2: Customizing the Color and Styles; Introduction; Defining your own colors Using custom colors for scatter plotsUsing custom colors for bar charts; Using custom colors for pie charts; Using custom colors for boxplots; Using colormaps for scatter plots; Using colormaps for bar charts; Controlling line pattern and thickness; Controlling a fill pattern; Controlling a marker's style; Controlling a marker's size; Creating your own markers; Getting more control over markers; Creating your own color scheme; Chapter 3: Working with Annotations; Introduction; Adding a title; Using LaTeX-style notations; Adding a label to each axis; Adding text; Adding arrows; Adding a legend Adding a gridAdding lines; Adding shapes; Controlling ticks' spacing; Controlling ticks labeling; Chapter 4: Working with Figures; Introduction; Compositing multiple figures; Scaling both axes equally; Setting an axis range; Setting the aspect ratio; Inserting subfigures; Using a logarithmic scale; Using polar coordinates; Chapter 5: Working with a File Output; Introduction; Generating a PNG picture file; Handling transparency; Controlling the output resolution; Generating PDF or SVG documents; Handling multiple-page PDF documents; Chapter 6: Working with Maps; Introduction Visualizing the content of a 2D arrayAdding a colormap legend to a figure; Visualizing nonuniform 2D data; Visualizing a 2D scalar field; Visualizing contour lines; Visualizing a 2D vector field; Visualizing the streamlines of a 2D vector field; Chapter 7: Working with 3D Figures; Introduction; Creating 3D scatter plots; Creating 3D curve plots; Plotting a scalar field in 3D; Plotting a parametric 3D surface; Embedding 2D figures in a 3D figure; Creating a 3D bar plot; Chapter 8: User Interface; Introduction; Making a user-controllable plot; Integrating a plot to a Tkinter user interface Integrating a plot to wxWidgets user interfaceIntegrating a plot to GTK user interface; Integrating a plot in a Pyglet application; Index This book follows a cookbook style approach that puts orthogonal and non-redundant recipes in your hands. Rather than rehashing the user manual, the explanations expose the underlying logic behind Matplotlib. If you are an engineer or scientist who wants to create great visualizations with Python, rather than yet another specialized language, this is the book for you. While there are several very competent plotting packages, Matplotlib is ""just"" a Python module. Thus, if you know some Python already, you will feel at home from the first steps on. In case you are an application writer, you wo English. Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Charts, diagrams, etc. http://id.loc.gov/authorities/subjects/sh87002373 Python (Langage de programmation) Tableaux, graphiques, etc. diagrams. aat COMPUTERS Programming Languages Python. bisacsh Charts, diagrams, etc. fast Python (Computer program language) fast has work: Matplotlib plotting cookbook (Text) https://id.oclc.org/worldcat/entity/E39PD3rqKkbQkcFTtJyDtCrPBd https://id.oclc.org/worldcat/ontology/hasWork Print version: Devert, Alexandre. Matplotlib plotting cookbook 9781849513265 (OCoLC)881659734 Quick answers to common problems. http://id.loc.gov/authorities/names/no2015091434 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=748830 Volltext |
spellingShingle | Devert, Alexandre Matplotlib plotting cookbook : learn how to create professional scientific plots using matplotlib, with more than 60 recipes that cover common use cases / Quick answers to common problems. Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: First Steps; Introduction; Installing matplotlib; Plotting one curve; Using NumPy; Plotting multiple curves; Plotting curves from file data; Plotting points; Plotting bar charts; Plotting multiple bar charts; Plotting stacked bar charts; Plotting back-to-back bar charts; Plotting pie charts; Plotting histograms; Plotting boxplots; Plotting triangulations; Chapter 2: Customizing the Color and Styles; Introduction; Defining your own colors Using custom colors for scatter plotsUsing custom colors for bar charts; Using custom colors for pie charts; Using custom colors for boxplots; Using colormaps for scatter plots; Using colormaps for bar charts; Controlling line pattern and thickness; Controlling a fill pattern; Controlling a marker's style; Controlling a marker's size; Creating your own markers; Getting more control over markers; Creating your own color scheme; Chapter 3: Working with Annotations; Introduction; Adding a title; Using LaTeX-style notations; Adding a label to each axis; Adding text; Adding arrows; Adding a legend Adding a gridAdding lines; Adding shapes; Controlling ticks' spacing; Controlling ticks labeling; Chapter 4: Working with Figures; Introduction; Compositing multiple figures; Scaling both axes equally; Setting an axis range; Setting the aspect ratio; Inserting subfigures; Using a logarithmic scale; Using polar coordinates; Chapter 5: Working with a File Output; Introduction; Generating a PNG picture file; Handling transparency; Controlling the output resolution; Generating PDF or SVG documents; Handling multiple-page PDF documents; Chapter 6: Working with Maps; Introduction Visualizing the content of a 2D arrayAdding a colormap legend to a figure; Visualizing nonuniform 2D data; Visualizing a 2D scalar field; Visualizing contour lines; Visualizing a 2D vector field; Visualizing the streamlines of a 2D vector field; Chapter 7: Working with 3D Figures; Introduction; Creating 3D scatter plots; Creating 3D curve plots; Plotting a scalar field in 3D; Plotting a parametric 3D surface; Embedding 2D figures in a 3D figure; Creating a 3D bar plot; Chapter 8: User Interface; Introduction; Making a user-controllable plot; Integrating a plot to a Tkinter user interface Integrating a plot to wxWidgets user interfaceIntegrating a plot to GTK user interface; Integrating a plot in a Pyglet application; Index Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Charts, diagrams, etc. http://id.loc.gov/authorities/subjects/sh87002373 Python (Langage de programmation) Tableaux, graphiques, etc. diagrams. aat COMPUTERS Programming Languages Python. bisacsh Charts, diagrams, etc. fast Python (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh96008834 http://id.loc.gov/authorities/subjects/sh87002373 |
title | Matplotlib plotting cookbook : learn how to create professional scientific plots using matplotlib, with more than 60 recipes that cover common use cases / |
title_auth | Matplotlib plotting cookbook : learn how to create professional scientific plots using matplotlib, with more than 60 recipes that cover common use cases / |
title_exact_search | Matplotlib plotting cookbook : learn how to create professional scientific plots using matplotlib, with more than 60 recipes that cover common use cases / |
title_full | Matplotlib plotting cookbook : learn how to create professional scientific plots using matplotlib, with more than 60 recipes that cover common use cases / Alexandre Devert. |
title_fullStr | Matplotlib plotting cookbook : learn how to create professional scientific plots using matplotlib, with more than 60 recipes that cover common use cases / Alexandre Devert. |
title_full_unstemmed | Matplotlib plotting cookbook : learn how to create professional scientific plots using matplotlib, with more than 60 recipes that cover common use cases / Alexandre Devert. |
title_short | Matplotlib plotting cookbook : |
title_sort | matplotlib plotting cookbook learn how to create professional scientific plots using matplotlib with more than 60 recipes that cover common use cases |
title_sub | learn how to create professional scientific plots using matplotlib, with more than 60 recipes that cover common use cases / |
topic | Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Charts, diagrams, etc. http://id.loc.gov/authorities/subjects/sh87002373 Python (Langage de programmation) Tableaux, graphiques, etc. diagrams. aat COMPUTERS Programming Languages Python. bisacsh Charts, diagrams, etc. fast Python (Computer program language) fast |
topic_facet | Python (Computer program language) Charts, diagrams, etc. Python (Langage de programmation) Tableaux, graphiques, etc. diagrams. COMPUTERS Programming Languages Python. |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=748830 |
work_keys_str_mv | AT devertalexandre matplotlibplottingcookbooklearnhowtocreateprofessionalscientificplotsusingmatplotlibwithmorethan60recipesthatcovercommonusecases |