Matplotlib
インストール
入手:
ドキュメント:
Installation | Matplotlib Documentation [Official]
導入
ドキュメント:
Quick Start Guide | Matplotlib Documentation [Official]
参考:
使い方
ドキュメント:
User Guide | Matplotlib Documentation [Official]
基本
参考:
徹底解説/基本操作を総まとめ! | YutaKa の Python 教室
ラベル
ドキュメント:
Text | Matplotlib Documentation [Official]
凡例
ドキュメント:
Legend Guide | Matplotlib Documentation [Official]
pyplot.legend | Matplotlib Documentation [Official]
参考:
散布図
ドキュメント:
pyplot.scatter | Matplotlib Documentation [Official]
参考:
散布図を徹底解説!基本設定からバブルチャートまで | YutaKa の Python 教室
サブプロット
参考:
subplot の使い方徹底図解/一つの図に複数グラフを描く | YutaKa の Python 教室
subplots の使い方/Figure と Axes を同時生成! | YutaKa の Python 教室
バックエンド
ドキュメント:
Backends | Matplotlib Documentation [Official]
Jupyter Notebook で使う
バックエンドをインラインモードに切り替えて使用する。
%matplotlib inline import matplotlib.pyplot as plt
インタラクティブモードに切り替えて使用する。
%matplotlib notebook import matplotlib.pyplot as plt
参考:
matplotlib inline の謎解明!「書けと言われたので書いています」から卒業 | YutaKa の Python 教室
API
ドキュメント:
API Reference | Matplotlib Documentation [Official]
チュートリアル
Tutorials | Matplotlib Documentation [Official]
FAQ
Frequently Asked Questions | Matplotlib Documentation [Official]
リンク
ドキュメント
Documentation | Matplotlib [Official]
リポジトリ
matplotlib/matplotlib – GitHub