askill
advanced-scientific-plots

advanced-scientific-plotsSafety 95Repository

Advanced scientific plots for experiments, benchmarking, and quantitative analysis. Use for area graphs, box-and-whisker plots, bubble charts, bullet graphs, density plots, error bars, histograms, line graphs, Marimekko charts, multi-set bar charts, parallel coordinates, population pyramids, radar charts, radial bar and radial column charts, scatterplots, span charts, spiral plots, stacked area and stacked bar charts, stream graphs, and violin plots.

0 stars
1.2k downloads
Updated 3/11/2026

Package Files

Loading files...
SKILL.md

Advanced Scientific Plots

Retrieval Keywords

Trigger this skill on requests like parallel coordinates, Marimekko or mekko chart, bullet graph, violin plot, stream graph, spider chart, radar plot, population pyramid, spiral plot, multivariate plot, ablation figure, benchmark figure, uncertainty visualization, and experimental comparison plot.

Overview

Use this skill when the request is about publication-quality quantitative plots rather than diagrams or maps.

This skill is the best fit for:

  • Experimental result comparison
  • Benchmark and ablation figures
  • Distribution and uncertainty visualization
  • Multi-dimensional scientific measurements
  • High-density numeric plotting beyond basic bar and line charts

Primary Chart Coverage

  • Area Graph
  • Bar Chart
  • Box and Whisker Plot
  • Bubble Chart
  • Bullet Graph
  • Density Plot
  • Error Bars
  • Histogram
  • Line Graph
  • Marimekko Chart
  • Multi-set Bar Chart
  • Parallel Coordinates Plot
  • Population Pyramid
  • Radar Chart
  • Radial Bar Chart
  • Radial Column Chart
  • Scatterplot
  • Span Chart
  • Spiral Plot
  • Stacked Area Graph
  • Stacked Bar Graph
  • Stream Graph
  • Violin Plot
  • ECDF / KDE / QQ / residual-style statistical support plots

Library Priorities

  • Prefer matplotlib + seaborn for most paper-ready static figures.
  • Prefer plotly for bubble charts, radial charts, parallel coordinates, and interactive-to-static export workflows.
  • Use custom matplotlib geometry when a requested chart is uncommon but still reproducible without extra dependencies.

Mandatory Output Rules

  • Save every figure to results/.
  • Use English-only labels, titles, and legends.
  • Never use plt.show().
  • Close every figure after saving.
  • Use readable fonts, restrained palettes, and publication-style spacing.

Use These References

  • references/README.md for chart selection and scope
  • references/QUICK_REFERENCE.md for fast chart-to-library guidance

Script Templates

Use scripts/generate_advanced_plots.py for reusable templates:

python scripts/generate_advanced_plots.py data.csv --plot-type parallel_coordinates --class-col group --value-cols metric_a metric_b metric_c --output results/parallel_coordinates.png
python scripts/generate_advanced_plots.py data.csv --plot-type marimekko --x-col cohort --category-col response --value-col count --output results/marimekko.png
python scripts/generate_advanced_plots.py data.csv --plot-type stream --x-col timepoint --category-col cell_type --value-col abundance --output results/stream.png
python scripts/generate_advanced_plots.py data.csv --plot-type bullet --category-col assay --value-col actual --target-col target --output results/bullet.png

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

85/100Analyzed 3/27/2026

Well-structured scientific visualization skill with comprehensive chart coverage, clear library priorities, and practical script templates. The skill includes excellent trigger keywords, structured output rules, and references to reusable resources. Tags are highly detailed for discoverability. Minor扣分 for heavy reliance on referenced files that may not exist, but overall the skill provides actionable guidance for publication-quality plots.

95
87
90
88
82

Metadata

Licenseunknown
Version-
Updated3/11/2026
PublisherOrg-GAgent

Tags

No tags yet.