Covers publication-ready matplotlib figures for academic papers, slides, and reports—bars, trends, scatter, heatmaps, and multi-panel layouts—with this repository’s house style, print/vector export conventions, and parity with figures4papers demos. Use when the user is finalizing or creating such figures in matplotlib. Do not use for interactive dashboards or web viz (Plotly, Altair, Bokeh), exploratory-only plots without a publication target, dominant 3D or geographic mapping, or Illustrator/Figma-first infographic workflows.
Open files under references/ only when the active task requires that content; do not preload or read every reference by default.
figure_* projects or “same style as the repo figures.”| File | Open when |
|---|---|
| references/tutorials.md | End-to-end walkthroughs (bar, trends, heatmap) |
| references/api.md | Function signatures, PALETTE, validation rules |
| references/common-patterns.md | Layout patterns, legend panel, print-safe bars |
| references/design-theory.md | Typography, export policy, palette rationale |
| references/demos.md | Canonical figure_* demo links in figures4papers |