Skip to main content
Back to registry

matplotlib

davila7/claude-code-templates

Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots. This skill provides guidance on using matplotlib effectively, covering both the pyplot interface (MATLAB-style) and the object-oriented API (Figure/Axes), along with best practices for creating...

Installs314
Install command
npx skills add https://github.com/davila7/claude-code-templates --skill matplotlib
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots. This skill provides guidance on using matplotlib effectively, covering both the pyplot interface (MATLAB-style) and the object-oriented API (Figure/Axes), along with best practices for creating publication-quality visualizations. This skill should be used when: Matplotlib uses a hierarchical structure of objects: 1. pyplot Interface (Implicit, MATLAB-style) 2. Object-Oriented Interface (Explicit) Single plot workflow: Creating subplot layouts: Line plots - Time series, continuous data, trends Scatter plots - Relationships between variables, correlations Bar charts - Categorical comparisons Histograms - Distributions Heatmaps - Matrix data, correlations Contour plots - 3D data on 2D plane Box plots - Statistical distributions Violin plots - Distribution densities For comprehensive plot type examples and variations, refer to references/plot_types.md . Color specification methods: Using style sheets: Customizing with rcParams: Text and annotations: For detailed styling options and colormap guidelines, see references/styling_guide.md . Export to various formats: Important parameters: This skill includes helper scripts in the scripts/ directory: Template script demonstrating various plot types with best practices. Use this as a starting point for creating new...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does matplotlib do?

Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots. This skill provides guidance on using matplotlib effectively, covering both the pyplot interface (MATLAB-style) and the object-oriented API (Figure/Axes), along with best practices for creating...

Is matplotlib good?

matplotlib does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does matplotlib work with?

matplotlib currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to matplotlib?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install matplotlib?

npx skills add https://github.com/davila7/claude-code-templates --skill matplotlib

Related skills

More from davila7/claude-code-templates

Related skills

Alternatives in Software Engineering