Difference between revisions of "Matplotlib"
Jump to navigation
Jump to search
| Line 22: | Line 22: | ||
| − | [[Category: | + | [[Category:Python]] |
Revision as of 08:31, 14 September 2025
wikipedia:matplotlib (2003)
- https://matplotlib.org/
- Installation:
pip install matplotlib
Matplotlib created a temporary config/cache directory at /var/www/.config/matplotlib because the default path (/tmp/matplotlib-b33qbx_v) is not a writable directory; it is highly recommended to set the MPLCONFIGDIR environment variable to a writable directory, in particular to speed up the import of Matplotlib and to better support multiprocessing.
Example
import matplotlib.pyplot as plt plt.show()
Related
See also
Advertising: