What problem does it solve? Creating publication-quality data visualizations in Python requires navigating matplotlib's dual interfaces, extensive customization options, and common pitfalls like overlapping layouts, memory leaks, and colormap misuse. This Skill provides structured guidance, templates, and troubleshooting references to produce correct, well-styled figures without trial and error. ## Core Features & Use Cases - Comprehensive Plot Guidance: Covers line, scatter, bar, histogram, heatmap, contour, box, violin, 3D, polar, and animation plots using the recommended object-oriented Figure/Axes API. - Styling and Export: Explains colormap selection, rcParams configuration, style sheets, and exporting to PNG, PDF, or SVG at publication-ready resolutions. - Helper Scripts and References: Includes a plot template generator, an interactive style configurator producing .mplstyle files, and detailed references for plot types, styling, the API, and common issues. - Use Case: A researcher needs a multi-panel figure with a shared colorbar for a journal submission. Use this Skill to build the GridSpec layout, apply a colorblind-friendly colormap, and export a 300 DPI PDF. ## Quick Start Ask the AI to create a multi-panel matplotlib figure with subplots showing a line plot, scatter plot, and heatmap, then export it as a 300 DPI PNG.