food-figure

Solid

Comprehensive figure system for food & nutrition manuscripts: analyzes the user's data, recommends the best figure(s) to make, then produces submission-grade graphics in Python or R at the target journal's spec. Handles all common scientific figure types (bar/box/violin, line/kinetic, scatter/regression, Bland–Altman, radar/sensory, chromatograms, TPA/rheology, dose–response, survival, PCA/PLS-DA, heatmaps/clustering, forest, microscopy plates, multi-panel). Use to make, create, design, revise, audit, or recommend figures/charts/plots for a food-science paper, or to work out what to plot from a dataset. If Python or R isn't chosen, ask once and remember it. Triggers: make a figure, create a figure, design a figure, what figure should I make, recommend a chart, plot my data, analyze my data and plot it, chart my results, food science figure, journal figure, scientific plotting, data visualization for a manuscript.

AI & Automation 19 stars 2 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Food-Figure — Data-Driven Figure System for Food & Nutrition Science Turn a dataset (or a described result) into the right submission-grade figure. **The chart serves the scientific logic; polish is subordinate to making the core conclusion clear, defensible, and reviewable.** Original work; architecture informed by open community figure skills (see the repo README Acknowledgements). Load reference files **as needed** (progressive disclosure) — don't read them all up front. The map is in the frontmatter `references` list. ## Workflow ```mermaid flowchart TD A[Data or described result] --> B[1. Analyze the data<br/>scripts/analyze_data.py -> profile] B --> C[2. Recommend figures<br/>references/data-to-figure.md] C --> D[3. Figure contract<br/>references/figure-contract.md] D --> E{Backend?} E -- unknown --> Eq[Ask 'Python or R?' once<br/>scripts/backend_pref.py] E -- known --> F Eq --> F[4. Render<br/>python-guide.md OR r-guide.md + food-recipes.md] F --> G[5. Export at journal spec<br/>references/journal-specs.md] G --> H[6. QA<br/>references/qa-checklist.md] H --> OUT[Journal-ready SVG/PDF/TIFF + editable source] ``` ### 1 — Analyze the data If the user supplies a data file (CSV/TSV/Excel) or table, profile it first: run `scripts/analyze_data.py <file>` to get, per column, the type (numeric/categorical/datetime), cardinality, missingness, distribution summary, and the detected structure (grouping factors, repeated measures, time...

Details

Author
PangenomeAI
Repository
PangenomeAI/academic-skills-food-nutrition
Created
2 weeks ago
Last Updated
4 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Featured

make-figures

Generate publication-ready figures and visual abstracts for medical research papers. Supports ROC curves, forest plots, CONSORT/STARD/PRISMA flow diagrams, calibration plots, Kaplan-Meier curves, Bland-Altman plots, confusion matrices, pipeline diagrams, and journal-specific visual/graphical abstracts (python-pptx template-based).

223 Updated yesterday
Aperivue
AI & Automation Listed

vivarium-report

Make publication-grade figures (and tables / methods text) from comparative-genomics results, in Python OR R. Use whenever the user wants to plot or visualize genomics analysis output — an ANI/AAI heatmap, a CAZy/COG/KEGG category bar chart, a pangenome or presence/absence matrix, a dN/dS (ω) plot, a phylogenetic tree, a synteny/dot plot — or to turn analysis tables into a journal-ready figure, or draft a methods paragraph with tool versions. Triggers on phrases like "plot the ANI matrix", "make a heatmap of", "bar chart of CAZy/COG categories", "figure for the paper", "make this publication quality", "出个图", "画个热图/柱状图", "把这个表画成图", "出版级/Nature 风格的图", "ANI 热图". Produces editable SVG + PDF + TIFF (600 dpi) with Nature-style conventions (Arial, small fonts, editable text, restrained palette). This skill plots results that already exist — to *compute* ANI/AAI use vivarium-compare, to *build* a tree use vivarium-phylo, to *run* a search use vivarium-search; this one turns their output into the figure. Part of the v

1 Updated 1 weeks ago
Jason-0409-G
AI & Automation Listed

figure-generation

Generate publication-quality scientific figures using matplotlib/seaborn with a three-phase pipeline (query expansion, code generation with execution, VLM visual feedback). Handles bar charts, line plots, heatmaps, training curves, ablation plots, and more. Use when the user needs figures, plots, or visualizations for a paper.

0 Updated 1 weeks ago
dongzhigang13305312738-art