Generate publication-quality research diagrams
academic-plottingskillsetup L2★9,423
Orchestra-Research/AI-Research-SKILLs ↗What it does
Generate publication-quality scientific plots
Best for
Creating journal-ready plots with minimal code (IEEE/Nature style templates included).
Inputs
- · data (pandas/numpy)
- · plot_type (scatter|line|hist)
- · labels/title
Outputs
- · matplotlib/seaborn figure
- · saved as PDF/PNG
Requires
- · matplotlib
- · seaborn
- · scipy (optional)
Preconditions
- · data valid
- · plot type supported
Failure modes
- · data shape mismatch
- · invalid axis limits
Trust signals
- · seaborn styling
- · statistical annotations
- · publication colorblind-safe palettes