matplotlib

Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots.

Content Preview
---
name: matplotlib
description: "Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots."
license: https://github.com/matplotlib/matplotlib/tree/main/LICENSE
metadata:
    skill-author: K-Dense Inc.
risk: unknown
source: community
---

# Matplotlib

## Overview

Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots. This skill provides guidance on using matplotlib effectively, cover
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/matplotlib.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/matplotlib/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/matplotlib/SKILL.md

Related Skills