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.
https://matplotlib.org/
twitter: https://twitter.com/matplotlib
Official manuals
Overview
https://matplotlib.org/contents.html
User's Guide
https://matplotlib.org/users/index.html
Matplotlib Examples
https://matplotlib.org/examples/index.html
Thumbnail gallery
https://matplotlib.org/gallery.html
The Matplotlib FAQ
https://matplotlib.org/faq/index.html
Official Matplotlib cheat sheets
Subpages
matplotlib figure layout
matplotlib axis
matplotlib colorbar
matplotlib better colormap
matplotlib handling colors
matplotlib style
matploblib fonts
matplotlib save figure
matplotlib annotation
matplotlib animation
matplotlib.mlab
also matplotlib.pyplot.psd
various plots
matplotlib contour/pcolor/pcolormesh/imshow
matplotlib time series plot
matploblib quiver, streamplot
Matplotlib Basemap Toolkit
matplotlib topographic hillshading
matplotlib violin plot
UpSetPlot
matplotlib Ridgeline plot (Joyplot)
The Python Graph Gallery
From Data to Viz
Dataviz Inspiration
Tutorials/Wikis
気象データ解析のためのmatplotlibの使い⽅
matplotlib - memoring
Matplotlib Cheat Sheet: Plotting in Python - DataCamp
Matplotlib FAQ | Xdev
Tips for multiprocessing
Plotting in parallel with matplotlib and python | by Paul Gavrikov | Sep, 2021 | Towards Data Science
Optimizing Matplotlib Performance: Handling Memory Leaks Efficiently - DEV Community https://dev.to/siddhantkcode/optimizing-matplotlib-performance-handling-memory-leaks-efficiently-5cj2]
code:python
plt.clf()
plt.close()
matplotlibをmultiprocessing.Poolで並列化する際の覚書 - Qiita
日本語化
matplotlib.pyplotの日本語化 - Qiita
Jupyter notebook
suppress matplotlib's object repr output with a semicolon.
code:python
ax.plot(...);
See also
Seaborn