·matplotlib-pro
</>

matplotlib-pro

Sous-compétence professionnelle pour Matplotlib axée sur les animations hautes performances, les mises en page complexes à plusieurs figures (GridSpec), les widgets interactifs et la typographie prête à être publiée (LaTeX/PGF).

10Installations·0Tendance·@tondevrel

Installation

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

Comment installer matplotlib-pro

Installez rapidement le skill IA matplotlib-pro dans votre environnement de développement via la ligne de commande

  1. Ouvrir le Terminal: Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.)
  2. Exécuter la commande d'installation: Copiez et exécutez cette commande : npx skills add https://github.com/tondevrel/scientific-agent-skills --skill matplotlib-pro
  3. Vérifier l'installation: Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw

Source : 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.

Sous-compétence professionnelle pour Matplotlib axée sur les animations hautes performances, les mises en page complexes à plusieurs figures (GridSpec), les widgets interactifs et la typographie prête à être publiée (LaTeX/PGF). Source : tondevrel/scientific-agent-skills.

Faits (prêts à citer)

Champs et commandes stables pour les citations IA/recherche.

Commande d'installation
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill matplotlib-pro
Catégorie
</>Développement
Vérifié
Première apparition
2026-03-10
Mis à jour
2026-03-10

Browse more skills from tondevrel/scientific-agent-skills

Réponses rapides

Qu'est-ce que matplotlib-pro ?

Sous-compétence professionnelle pour Matplotlib axée sur les animations hautes performances, les mises en page complexes à plusieurs figures (GridSpec), les widgets interactifs et la typographie prête à être publiée (LaTeX/PGF). Source : tondevrel/scientific-agent-skills.

Comment installer matplotlib-pro ?

Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/tondevrel/scientific-agent-skills --skill matplotlib-pro Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw

Où se trouve le dépôt source ?

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

Détails

Catégorie
</>Développement
Source
skills.sh
Première apparition
2026-03-10