什麼是 matplotlib?
用於在 Python 中建立靜態、動畫和互動式視覺化的基礎函式庫。高度可自訂和出版品質數據的行業標準。用於 2D 繪圖、科學資料視覺化、熱圖、輪廓、向量場、多面板圖形、LaTeX 格式的繪圖、自訂視覺化工具以及從 NumPy 陣列或 Pandas DataFrame 進行繪圖。 來源:tondevrel/scientific-agent-skills。
用於在 Python 中建立靜態、動畫和互動式視覺化的基礎函式庫。高度可自訂和出版品質數據的行業標準。用於 2D 繪圖、科學資料視覺化、熱圖、輪廓、向量場、多面板圖形、LaTeX 格式的繪圖、自訂視覺化工具以及從 NumPy 陣列或 Pandas DataFrame 進行繪圖。
透過命令列快速安裝 matplotlib AI 技能到你的開發環境
來源:tondevrel/scientific-agent-skills。
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用於在 Python 中建立靜態、動畫和互動式視覺化的基礎函式庫。高度可自訂和出版品質數據的行業標準。用於 2D 繪圖、科學資料視覺化、熱圖、輪廓、向量場、多面板圖形、LaTeX 格式的繪圖、自訂視覺化工具以及從 NumPy 陣列或 Pandas DataFrame 進行繪圖。 來源:tondevrel/scientific-agent-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/tondevrel/scientific-agent-skills --skill matplotlib 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/tondevrel/scientific-agent-skills