scientific-visualization

Generate publication-ready scientific figures with journal formatting and colorblind-safe palettes.

783|65|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/LeonChaoX/qinyan-academic-skills --skill scientific-visualization-leonchaox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scientific-visualization
Source: https://github.com/LeonChaoX/qinyan-academic-skills/tree/main/skills/03-%E5%AD%A6%E6%9C%AF%E6%BC%94%E7%A4%BA%E4%B8%8E%E5%8F%AF%E8%A7%86%E5%8C%96/scientific-visualization
Command: npx skills add https://github.com/LeonChaoX/qinyan-academic-skills --skill scientific-visualization-leonchaox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the problem of producing publication-quality scientific figures that meet journal requirements, including correct sizing, typography, color accessibility, and export formats.

Core Features & Use Cases

  • Publication-ready figure styling: Standardizes fonts, line widths, panel formatting, and clean visual conventions for manuscript submissions.
  • Colorblind-safe, accessibility-first visuals: Applies Okabe–Ito/Wong/Tol (and safer sequential/diverging colormaps) to improve readability in both color and grayscale.
  • Journal-aware layout and export: Guides multi-panel composition and supports exporting in appropriate formats (PDF/EPS/SVG and correctly configured raster outputs) with journal presets.
  • Use cases: Designing multi-panel figures (A/B/C/D), heatmaps with correct colormaps and colorbars, statistical plots with error bars and significance markers, and fixing existing figures that fail typical submission checks.

Quick Start

Use the scientific-visualization skill to turn your data and plotting code plan into a Nature/Science/Cell-style, colorblind-safe multi-panel figure export with the correct dimensions and file formats.

Frequently Asked Questions about scientific-visualization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create publication-ready scientific figures with correct journal formatting?

To create publication-ready scientific figures, standardize journal formatting by applying correct sizing, typography, line widths, and clean visual conventions for manuscript submissions. This ensures figures meet specific publication requirements.

How do I make matplotlib multi-panel figures colorblind-safe and grayscale compatible?

To make multi-panel figures colorblind-safe, apply Okabe–Ito, Wong, or Tol palettes alongside safer sequential and diverging colormaps. This ensures readability in both color and grayscale formats.

What is the best way to export multi-panel scientific figures for Nature, Science, or Cell journals?

The best way to export multi-panel scientific figures for Nature, Science, or Cell is to use journal-aware layout presets that output files in appropriate formats like PDF, EPS, or SVG with correctly configured raster resolutions.

Can I use matplotlib and seaborn to generate statistical plots with error bars and significance markers?

Yes, you can use matplotlib and seaborn to generate statistical plots with error bars and significance markers. The workflow supports line, scatter, and heatmap plots tailored for multi-panel manuscript submissions.

Why does my journal submission fail figure checks for resolution and typography constraints?

Journal submission figure checks often fail due to incorrect resolution, typography, or sizing constraints. Standardizing fonts, line widths, and export settings ensures compliance with strict publisher guidelines.

Does this scientific visualization workflow support plotly for interactive multi-panel figure export?

Yes, the scientific visualization workflow supports plotly alongside matplotlib and seaborn. You can produce exportable outputs through these workflows while maintaining correct dimensions and accessible design constraints.