figures4papers-python-plot-skill
Installation
SKILL.md
figures4papers-python-plot-skill
Overview
Implement publication-ready Python plotting workflows using the figures4papers layout (assets/ plus domain-specific figure_* directories).
Workflow
- Detect repository layout.
- Create or update a dedicated
figure_*folder for each figure task. - Keep plotting code deterministic and save outputs to
assets/. - Run scripts and verify generated files exist and are non-empty.
Layout Rules
- Keep rendered files in
assets/. - Keep source code in
figure_*directories. - Use stable output names under
assets/(for example:assets/figure_3.png,assets/figure_3.pdf). - Prefer one entry script per figure directory (for example:
figure_Dispersion/plot.py).