What problem does it solve?
Automates the creation of clear, publication-ready static and interactive charts so you can turn raw tables and arrays into communicative visuals without manually crafting plotting code every time. It reduces iteration time for figures used in reports, presentations, and exploratory analysis and ensures consistent styling and export settings.
Core Features & Use Cases
- Static visualizations: High-resolution PNG, SVG, and PDF exports via matplotlib and seaborn for papers and reports.
- Interactive visualizations: HTML exports, hover tooltips, zoom/pan, 3D plots and animations via plotly for dashboards and exploratory analysis.
- Examples included: Bar, line, scatter, heatmap, distribution, multi-panel layouts, and ready-to-run scripts for common chart types.
- Use cases: Generating reproducible figures for academic publications, building visual analytics for business reports, and producing interactive web-ready charts for stakeholder review.
Quick Start
Generate a PNG and an interactive HTML chart from my CSV dataset using the python-dataviz skill and save the outputs locally.