scientific-visualization

Meta-skill for publication-ready figures. Use when creating journal submission figures requiring multi-panel layouts, significance annotations, error bars, colorblind-safe palettes, and specific journal formatting (Nature, Science, Cell). Orchestrates matplotlib/seaborn/plotly with publication styles. For quick exploration use seaborn or plotly directly.

Install

Hot:14

Download and extract to your skills directory

Copy command and send to AI Agent for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=k-dense-ai-skills-scientific-visualization&locale=en&source=copy

Scientific Visualization - Journal-Level Scientific Figure Creation Skills

Skill Overview


Scientific Visualization is a meta-skill specialized in creating scientific figures that meet journal submission standards. It helps researchers quickly generate publication-quality data visualizations and supports major plotting libraries such as matplotlib, seaborn, and plotly. It ensures that figures conform to formatting requirements of top-tier journals including Nature, Science, and Cell.

Use Cases

1. Creating Submission Figures for Journal Papers


When you need to create submission figures for academic papers, this skill provides a complete solution aligned with journal guidelines. It supports various journal size requirements such as single-column (89 mm) and double-column (183 mm). It automatically handles DPI, file formats, and styling rules to ensure your figures pass the journal’s formatting checks in one go.

2. Color-Blind-Friendly Data Visualization


Suitable for research scenarios that require ensuring figure accessibility. It provides validated color-blind-safe palettes such as Okabe-Ito, ensuring that users with all types of color blindness can correctly distinguish data. An embedded testing workflow verifies that figures remain readable in grayscale, meeting modern journals’ inclusivity requirements.

3. Statistical Figures and Significance Annotations


Ideal for scientific figures that must demonstrate statistical rigor. It supports error bars (SD, SEM, CI), significance annotations (, <strong>, </strong>), and the display of individual data points. It automatically computes confidence intervals to ensure statistical figures meet research standards, making your analysis results more convincing.

Core Features

1. Journal-Specific Style Presets


Provides pre-configured style files for major journals such as Nature, Science, and Cell, including all visual specifications such as fonts, font sizes, line widths, and color schemes. With one-click application of the journal style, it automatically adjusts figure size and layout, eliminating the tedious manual tuning process and ensuring the figure meets submission requirements.

2. Color-Blind-Safe Color Palette System


Includes scientifically validated color-blind-friendly palettes, such as the Okabe-Ito palette and perceptually uniform continuous color scales (viridis, cividis, etc.). It supports best-practice color usage across multiple figure types including heatmaps, scatter plots, and line charts, and provides a grayscale compatibility testing function.

3. Smart Figure Export Tools


Automatically selects the optimal export format and DPI settings based on the figure type and journal requirements. Vector formats (PDF, EPS, SVG) are used for line-based and text-centric content, while high-resolution TIFF (300–600 DPI) is used for photographs and microscopy images. It exports multiple formats in one go to meet different needs for journal submission, archiving, and presentation.

Frequently Asked Questions

How do I create figures that meet Nature journal requirements?


Use the style preset feature of this skill. With configure_for_journal('nature', 'single'), you can configure Nature’s single-column size (89 mm) and styling standards in one step. The skill already includes all Nature requirements such as fonts, font sizes, and line widths. After creating your figure, export it using save_for_journal() to ensure it complies with formatting standards.

What DPI should I set for scientific figures?


Choose based on the figure type and journal requirements: vector figures such as line charts and bar charts should use 600–1200 DPI or vector formats (PDF, EPS, SVG). For photographs and microscopy images, use TIFF or PNG in the 300–600 DPI range. This skill’s export tool will automatically recommend suitable DPI and formats based on figure type to avoid common noncompliance issues.

How can I ensure the figure remains readable in black-and-white printing?


Use color-blind-safe palettes (e.g., Okabe-Ito) and add redundant encoding. Besides color differences, you can distinguish data series using line styles (solid, dashed, dotted), marker types (circles, squares, triangles), or patterned fills. The palettes provided by this skill have been tested for grayscale compatibility; it’s recommended that you verify by using print preview or converting to grayscale after creating the figure.