What problem does it solve? Creating publication-quality charts and scientific visualizations in Python requires knowing matplotlib's dual interfaces, layout system, and export options, which is error-prone without structured guidance. ## Core Features & Use Cases - Full Plot Type Coverage: Line, scatter, bar, histogram, heatmap, contour, box, violin, polar, and 3D plots with copy-ready code patterns. - Styling and Layout Control: rcParams configuration, style sheets, colormap selection, GridSpec multi-panel layouts, and constrained layout guidance. - Publication Export: Save figures to PNG, PDF, or SVG at 300 DPI with tight bounding boxes for journals and presentations. - Use Case: A researcher needs a multi-panel figure combining a line plot, heatmap, and histogram for a journal submission; the skill provides the GridSpec layout, styling presets, and export settings in one workflow. ## Quick Start Ask the AI to create a publication-quality multi-panel matplotlib figure from your data and export it as a 300 DPI PNG.