What problem does it solve?
Reproducing complex scientific visualizations such as SHAP beeswarm composites, raincloud plots, Taylor diagrams, and chord diagrams requires substantial matplotlib expertise and time. This Skill provides ready-to-run Python scripts that render eleven publication-style figure templates with a single command.
Core Features & Use Cases
- Eleven Bundled Templates: Includes multiclass SHAP combo, paired raincloud, cross-validation ROC with confidence intervals, Taylor diagram, correlation pairgrid, prediction marginal grid, TPE 3D tuning surface, split-violin correlation matrix, grouped circular heatmap, urban cooling composite, and Nature-style chord diagram.
- One-Command Rendering: A renderer script copies the chosen template into the workspace, executes it, and exports PNG, PDF, and SVG outputs at 300 DPI.
- Flexible Template Resolution: Accepts template ids, English aliases, or Chinese title fragments to locate the correct figure script.
- Use Case: A researcher writing a machine learning paper needs a cross-validation ROC figure with confidence bands; they request the cv-roc-ci template and receive deterministic, editable scripts plus high-resolution outputs.
Quick Start
Ask the agent to render the paired raincloud figure template and return the generated PNG, PDF, and SVG files.