| name | pastelplot |
| description | House plot styling — pastel matplotlib defaults + annotation helpers. Use when making publication-quality figures, when the user asks to "style my plots", "use house style", "use pastelplot/anthroplot", or when generating any matplotlib figure for reports, papers, or decks. |
pastelplot
Successor to anthroplot: same drop-in-module idea, pastel categorical palette, no internal-font (S3) dependency. The module lives at references/pastelplot.py in this skill.
Quick start
Copy references/pastelplot.py into the project (per anthroplot convention — it is a copy-in module, NOT a pip package), then:
import pastelplot
pastelplot.set_defaults()
Alternative (no module, no helpers): plt.style.use('/path/to/dotfiles/config/matplotlib/pastel.mplstyle') — or plt.style.use('pastel') if symlinked into ~/.config/matplotlib/stylelib/.
Palette
| Pastel (cycle order) | Hex | Accent (saturated brand) | Hex |
|---|
| PASTEL_CLAY | #E8A288 | ACCENT_CLAY | #D97757 |
| PASTEL_SKY | #9DBFE3 | ACCENT_SKY | #6A9BCC |
| PASTEL_OLIVE | #A9BC8F | ACCENT_OLIVE | #788C5D |
| PASTEL_FIG | #D99BB4 | ACCENT_FIG | #C46686 |
| PASTEL_VIOLET | #B3A5D3 | — | |
| PASTEL_SAND | #E3C692 |