更新时间:2021-08-13 15:17:47
封面
Title Page
Copyright and Credits
Matplotlib 3.0 Cookbook
Packt Upsell
Why subscribe?
Packt.com
Contributors
About the author
About the reviewer
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Download the color images
Conventions used
Sections
Getting ready
How to do it…
How it works…
There's more…
See also
Get in touch
Reviews
Anatomy of Matplotlib
Introduction
Architecture of Matplotlib
Backend layer
Artist layer
Scripting layer
Elements of a figure
Figure
Axes
Axis
Label
Legend
Title
Ticklabels
Spines
Grid
Working in interactive mode
How to do it...
How it works...
There's more...
Working in non-interactive mode
Reading from external files and plotting
Reading from a .txt file
Reading from a .csv file
Reading from an .xlsx file
Plotting the graph
Changing and resetting default environment variables
Getting Started with Basic Plots
Line plot
Bar plot
Scatter plot
Bubble plot
Stacked plot
Pie plot
Table chart
Polar plot