Loading...
Loading...
Publication-ready matplotlib figures for Nature/high-impact journals and academic papers. Covers bar charts, grouped bars, heatmaps, line/trend plots, forest plots, microscopy-style image panels, schematic + quantitative composites, radar plots, and multi-panel layouts with Nature-style typography (Arial/sans-serif), restrained color systems, and SVG/PDF export conventions. Use when creating scientific figures that must match Nature publication standards. Do NOT use for interactive dashboards (Plotly, Bokeh) or Illustrator/Figma-first infographic workflows.
npx skill4agent add yuan1z0825/nature-skills nature-figureNatureNMI pastelreferences/api.mdimport matplotlib.pyplot as plt
plt.rcParams['font.family'] = 'sans-serif'
plt.rcParams['font.sans-serif'] = ['Arial']
plt.rcParams['svg.fonttype'] = 'none' # editable text in SVG/PDF
plt.rcParams['font.size'] = 16 # 24 for large bar panels
plt.rcParams['axes.spines.right'] = False
plt.rcParams['axes.spines.top'] = False
plt.rcParams['axes.linewidth'] = 2.5 # 3 for big bars, 2 for compact
plt.rcParams['legend.frameon'] = Falsetext.usetex = Truequantitative gridschematic-led compositeimage plate + quantasymmetric mixed-modality figureNaturereferences/nature-2026-observations.md| File | Open when |
|---|---|
| references/design-theory.md | Typography, color theory, layout rationale, export policy |
| references/api.md | PALETTE, helper function signatures, validation rules |
| references/common-patterns.md | Ultra-wide panels, legend-only axes, print-safe bars |
| references/nature-2026-observations.md | Real |
| references/tutorials.md | End-to-end walkthroughs: bars, trends, heatmaps |
| references/chart-types.md | Radar, 3D sphere, fill_between, scatter patterns |