·matplotlib

用於在 Python 中建立靜態、動畫和互動式視覺化的基礎函式庫。高度可自訂和出版品質數據的行業標準。用於 2D 繪圖、科學資料視覺化、熱圖、輪廓、向量場、多面板圖形、LaTeX 格式的繪圖、自訂視覺化工具以及從 NumPy 陣列或 Pandas DataFrame 進行繪圖。

7安裝·0熱度·@tondevrel

安裝

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

如何安裝 matplotlib

透過命令列快速安裝 matplotlib AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/tondevrel/scientific-agent-skills --skill matplotlib
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:tondevrel/scientific-agent-skills。

SKILL.md

查看原文

The most widely used library for 2D (and basic 3D) plotting. It provides full control over every element of a figure, from line styles to axis spines.

Official docs: https://matplotlib.org/stable/index.html Gallery: https://matplotlib.org/stable/gallery/index.html (Essential for finding examples) Search patterns: plt.subplots, ax.settitle, ax.legend, plt.savefig, matplotlib.colors

| Object-Oriented (OO) | fig, ax = plt.subplots() | Recommended. Best for complex, reproducible plots. | | Pyplot (State-based) | plt.plot(x, y) | Quick interactive checks. Avoid for scripts/modules. |

用於在 Python 中建立靜態、動畫和互動式視覺化的基礎函式庫。高度可自訂和出版品質數據的行業標準。用於 2D 繪圖、科學資料視覺化、熱圖、輪廓、向量場、多面板圖形、LaTeX 格式的繪圖、自訂視覺化工具以及從 NumPy 陣列或 Pandas DataFrame 進行繪圖。 來源:tondevrel/scientific-agent-skills。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill matplotlib
分類
{}資料分析
認證
收錄時間
2026-02-25
更新時間
2026-03-10

Browse more skills from tondevrel/scientific-agent-skills

快速解答

什麼是 matplotlib?

用於在 Python 中建立靜態、動畫和互動式視覺化的基礎函式庫。高度可自訂和出版品質數據的行業標準。用於 2D 繪圖、科學資料視覺化、熱圖、輪廓、向量場、多面板圖形、LaTeX 格式的繪圖、自訂視覺化工具以及從 NumPy 陣列或 Pandas DataFrame 進行繪圖。 來源:tondevrel/scientific-agent-skills。

如何安裝 matplotlib?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/tondevrel/scientific-agent-skills --skill matplotlib 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

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

詳情

分類
{}資料分析
來源
skills.sh
收錄時間
2026-02-25