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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Pub.,
2014.
|
Colección: | Quick answers to common problems.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | EBSCO_ocn878049017 | ||
003 | OCoLC | ||
005 | 20231017213018.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 | ||
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 | ||
029 | 1 | |a CHNEW |b 000695151 | |
029 | 1 | |a CHNEW |b 000695158 | |
029 | 1 | |a DEBBG |b BV042032238 | |
029 | 1 | |a DEBSZ |b 414177053 | |
029 | 1 | |a DEBSZ |b 484721860 | |
029 | 1 | |a GBVCP |b 882839675 | |
029 | 1 | |a UKMGB |b 018011983 | |
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 | 0 | 4 | |a 005.133 |2 23 |
049 | |a UAMI | ||
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. | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
650 | 0 | |a Python (Computer program language) | |
650 | 0 | |a Charts, diagrams, etc. | |
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 | |
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. | |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781849513265/?ar |z Texto completo |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=748830 |z Texto completo |
938 | |a ebrary |b EBRY |n ebr10854561 | ||
938 | |a EBSCOhost |b EBSC |n 748830 | ||
994 | |a 92 |b IZTAP |