Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots. This skill provides guidance on using matplotlib effectively, covering both the pyplot interface (MATLAB-style) and the object-oriented API (Figure/Axes), along with best practices for creating publication-quality visualizations.
For comprehensive plot type examples and variations, refer to references/plottypes.md.
For detailed styling options and colormap guidelines, see references/stylingguide.md.
Libreria di grafici fondamentale. Crea grafici a linee, a dispersione, a barre, istogrammi, mappe di calore, 3D, sottotrame, esporta PNG/PDF/SVG, per visualizzazioni scientifiche e figure di pubblicazione. Fonte: jackspace/claudeskillz.