What problem does it solve?
It helps you turn raw data into clear, customizable visualizations for analysis, reporting, and publication—without being limited to default styling or simplistic plotting approaches.
Core Features & Use Cases
- Choose the right plotting interface: Use the object-oriented Figure/Axes API for reliable control over complex figures.
- Build the full plot workflow: Create common chart types (line, scatter, bar, histogram, heatmap, contour) and multi-panel layouts with
subplots, subplot_mosaic, or GridSpec.
- Achieve publication quality: Customize fonts, styling, colormaps, layout spacing, and export to PNG/PDF/SVG with appropriate DPI.
Quick Start
Use the matplotlib skill to generate an object-oriented, multi-panel figure (Figure/Axes) from your dataset and export it as a high-resolution PNG for sharing or as a vector PDF/SVG for publication.