Matplotlib¶
先に読んでおくと良い。
- Matplotlib — Visualization with Python
- 早く知っておきたかったmatplotlibの基礎知識、あるいは見た目の調整が捗るArtistの話 #Python - Qiita
- matplotlibでジャーナルに投稿可能な図を作るためのメモ #Python - Qiita
- [Python] matplotlib: 論文用に図の体裁を整える #Python - Qiita
図のカスタマイズ¶
以下のThe components of a Matplotlib Figure1の図の各部名称を先に確認しておくと良い。
-
- © Copyright 2002–2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012–2024 The Matplotlib development team.
- Quick start guide — Matplotlib 3.9.2 documentation
- matplotlib/galleries/users_explain/quick_start.py at v3.9.2-doc · matplotlib/matplotlib