What problem does it solve?
Creating journal-grade scientific figures requires aligning chart types with data structure, enforcing statistical and visual standards, and producing reproducible exports—work that is error-prone when done ad hoc.
Core Features & Use Cases
- Figure Contract Planning: Defines the conclusion, evidence hierarchy, panel map, data contract, statistics contract, and export contract before any plotting code is written.
- Chart Selection & Visual Standards: Reference guides map scientific questions (distributions, paired changes, time courses, heatmaps, forest plots) to appropriate chart types with colorblind-safe, perceptually uniform palettes.
- Automated Preflight Validation: A dependency-free Python script checks plotting source for syntax, font strategy, vector/raster exports, 300 dpi resolution, risky colormaps, data exclusions, and random seeds.
- Use Case: Given a CSV of experimental results, produce a multi-panel figure with editable SVG/PDF vector exports, 600 dpi TIFF rasters, a standalone figure legend, and a full integrity log of exclusions and transformations.
Quick Start
Use the qinyan-nature-figures skill to design a submission-ready multi-panel figure from my experiment data and run the preflight checks on the plotting code.