matplotlib
Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms.
For simple plotting the pyplot module provides a MATLAB-like interface, particularly when combined with ipython. Official manuals
Overview
User's Guide
Matplotlib Examples
Thumbnail gallery
The Matplotlib FAQ
Subpages
various plots
Tutorials/Wikis
Tips for multiprocessing
code:python
plt.clf()
plt.close()
日本語化
Jupyter notebook
suppress matplotlib's object repr output with a semicolon.
code:python
ax.plot(...);
See also