Agent skill · Code Review & Quality

matplotlib-scientific-plotting

Low-level Python plotting for scientific figures: publication-quality line, scatter, bar, heatmap, contour, 3D; multi-panel layouts; fine control of every element. PNG/PDF/SVG export. Use seaborn for quick stats, plotly for interactive.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill matplotlib-scientific-plotting --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 16 KB
Bundled scripts: none
Path: skills/sciagent/matplotlib-scientific-plotting/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

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

From the SKILL.md

# matplotlib ## Overview Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots. It provides both a MATLAB-style pyplot interface and an object-oriented API for full control over figures, axes, and artists. Essential for generating publication-quality scientific figures. ## When to Use - Creating publication-quality plots with precise control over every element (fonts, ticks, colors, spacing) - Building multi-panel figures with complex subplot layouts for papers - Generating standard scientific plot types: line, scatter, bar, histogram, heatmap, box, violin, contour - Exporting figures to vector formats (PDF, SVG) for journal submission - Creating 3D surface, scatter, or wireframe plots - Customizing colormaps and color schemes for accessibility (colorblind-friendly) - Integrating plots with NumPy arrays and pandas DataFrames - For quick statistical visualizations (distributions, regressions), use `seaborn` instead - For interactive/web-based plots with hover and zoom, use `plotly` instead ## Prerequisites - **Python packages**: `matplotlib`, `numpy` - **Optional**: `pandas` (for DataFrame plotting), `seaborn` (for style prese

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Quick Start
  5. Core API
  6. Module 1: Figure and Axes Creation
  7. Module 2: Plot Types
  8. Module 3: Styling and Customization
  9. Module 4: Advanced Layouts
  10. Module 5: 3D Visualization
  11. Module 6: Export and Saving
  12. Common Workflows
  13. Workflow 1: Multi-Panel Figure for Publication
  14. Workflow 2: Statistical Comparison Plot
Commands it runs
pip install matplotlib numpy
More from awesome-bio-agent-skills
All skills →
About this skill
What does the matplotlib-scientific-plotting skill do?

Low-level Python plotting for scientific figures: publication-quality line, scatter, bar, heatmap, contour, 3D; multi-panel layouts; fine control of every element. PNG/PDF/SVG export. Use seaborn for quick stats, plotly for interactive.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill matplotlib-scientific-plotting --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 BioTender-max/awesome-bio-agent-skills, a repository with 135 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