Agent skill

scientific-visualization

Create publication figures with matplotlib/seaborn/plotly. Multi-panel layouts, error bars, significance markers, colorblind-safe, export PDF/EPS/TIFF, for journal-ready scientific plots.

foryourhealth111-pixelgithub.com/foryourhealth111-pixelGitHub ↗
claude-codecodexships scriptsApache-2.0
Install
npx skills add foryourhealth111-pixel/Vibe-Skills --skill scientific-visualization --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 11
SKILL.md size: 25 KB
Bundled scripts: yes
Path: bundled/skills/scientific-visualization/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,593
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Conveys step-by-step instructions for creating publication-ready figures for scientific manuscripts using matplotlib, seaborn, and plotly. It emphasizes multi-panel layouts, error bars, significance markers, colorblind-safe palettes, and exporting figures in vector formats (PDF, EPS, TIFF) or raster formats (TIFF, PNG) per publication guidelines. It includes examples for basic line plots, seaborn statistical plots, heatmaps, multi-panel figures, and journal-specific styling, with explicit export calls like save_publication_figure and save_for_journal.

How it works

The skill instructs the agent to:

  • Apply a publication-style preset via from style_presets import apply_publication_style and apply_publication_style('default').
  • Create figures with appropriate sizes (e.g., single-column 3.5 inches, or journal-specific dimensions) and configure fonts (sans-serif like Arial/Helvetica) and axis labeling with units.
  • Use colorblind-safe palettes (e.g., Okabe-Ito) and suggest perceptually uniform colormaps for heatmaps (e.g., viridis, cividis; avoid jet/rainbow).
  • Add error bars (SD/SEM/CI) and include statistical markers in figures; include individual data points when possible.
  • Build multi-panel figures using GridSpec, ensuring consistent styling and proper panel labeling (A, B, C, ...).
  • Prepare figures for specific journals by configuring journal styles and exporting with journal-specific utilities like save_for_journal.
  • Save figures in required formats and DPI by invoking save_publication_figure(fig, 'name', formats=[...], dpi=...) or save_for_journal.

When to use it

Use when:

  • Creating plots for scientific manuscripts and journal submissions (Nature, Science, Cell, PLOS, etc.).
  • Ensuring color accessibility and publication-ready typography.
  • Building multi-panel figures with consistent styling and correct sizing.
  • Exporting figures in PDF/EPS/TIFF (vector preferred) at appropriate DPI.
  • Preparing figures that should work in color and grayscale and conform to specific journal guidelines.

What it can touch

The skill references tools and scripts by name, including:

  • style_presets (apply_publication_style, configure_for_journal)
  • figure_export (save_publication_figure, save_for_journal)
  • color_palettes (OKABE_ITO_LIST, apply_palette)

Caveats

  • Relies on external scripts and style files located under assets/ and references/ (e.g., publication_guidelines, journal_requirements).
  • Emphasizes colorblind-safe palettes and grayscale testing; specific outcomes depend on the plotted data.
  • No claims of automatic compliance with every journal; requires following provided workflow and checks.
From the SKILL.md

# Scientific Visualization ## Overview Scientific visualization transforms data into clear, accurate figures for publication. Create journal-ready plots with multi-panel layouts, error bars, significance markers, and colorblind-safe palettes. Export as PDF/EPS/TIFF using matplotlib, seaborn, and plotly for manuscripts. ## When to Use This Skill This skill should be used when: - Creating plots or v

More from Vibe-Skills
All skills →
About this skill
What does the scientific-visualization skill do?

Create publication figures with matplotlib/seaborn/plotly. Multi-panel layouts, error bars, significance markers, colorblind-safe, export PDF/EPS/TIFF, for journal-ready scientific plots.

How do I install it?

Run `npx skills add foryourhealth111-pixel/Vibe-Skills --skill scientific-visualization --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From foryourhealth111-pixel/Vibe-Skills, a repository with 2,593 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going