·matplotlib-pro
</>

matplotlib-pro

Professionelle Unterkompetenz für Matplotlib mit Schwerpunkt auf Hochleistungsanimationen, komplexen mehrfigurigen Layouts (GridSpec), interaktiven Widgets und publikationsreifer Typografie (LaTeX/PGF).

10Installationen·0Trend·@tondevrel

Installation

$npx skills add https://github.com/tondevrel/scientific-agent-skills --skill matplotlib-pro

So installieren Sie matplotlib-pro

Installieren Sie den KI-Skill matplotlib-pro schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/tondevrel/scientific-agent-skills --skill matplotlib-pro
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: tondevrel/scientific-agent-skills.

Beyond static plots, Matplotlib is a powerful engine for dynamic data visualization and scientific storytelling. This guide focuses on the "Pro" features: blitting for speed, Artist hierarchy for control, and LaTeX integration for papers.

Everything you see is an Artist. Figures contain Axes, Axes contain Lines, Text, Patches. Pro-level control means manipulating these objects directly instead of using high-level plt commands.

Standard animation redraws the whole figure every frame (slow). Blitting only redraws the parts that changed (e.g., the moving line), while keeping the axes and labels cached as a background image.

Professionelle Unterkompetenz für Matplotlib mit Schwerpunkt auf Hochleistungsanimationen, komplexen mehrfigurigen Layouts (GridSpec), interaktiven Widgets und publikationsreifer Typografie (LaTeX/PGF). Quelle: tondevrel/scientific-agent-skills.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill matplotlib-pro
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-03-10
Aktualisiert
2026-03-11

Browse more skills from tondevrel/scientific-agent-skills

Schnelle Antworten

Was ist matplotlib-pro?

Professionelle Unterkompetenz für Matplotlib mit Schwerpunkt auf Hochleistungsanimationen, komplexen mehrfigurigen Layouts (GridSpec), interaktiven Widgets und publikationsreifer Typografie (LaTeX/PGF). Quelle: tondevrel/scientific-agent-skills.

Wie installiere ich matplotlib-pro?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/tondevrel/scientific-agent-skills --skill matplotlib-pro Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/tondevrel/scientific-agent-skills