| name | seaborn-paper-plots |
| description | Create clean seaborn/matplotlib plots suitable for papers, notes, and reproducible reports. |
| version | 1.0.0 |
| author | AstroAgent / AIP |
| license | MIT |
| metadata | {"hermes":{"tags":["python","seaborn","matplotlib","visualization"],"category":"python","related_skills":["cmd-plotting"]}} |
Seaborn Paper Plots
When to Use
Use this skill when a plot should be clean, reproducible, and suitable for paper drafting.
Procedure
- Build the figure from explicit data frames.
- Set the seaborn theme deliberately.
- Use readable labels, legends, and output DPI.
- Export deterministic filenames.
Pitfalls
- Avoid relying on notebook state.
- Do not hide transformations that affect interpretation.
Verification
- Plot reproduces from a standalone script.