Matplotlib
サポート
Tutorials — Matplotlib 3.6.0 documentation
インポート
code:py
import matplotlib.pyplot as plt
要素
plt.plot()
グラフの値や表現方法
plt.axis()
軸の情報
plt.figure()
plt.subplot()
軸のラベル
plt.xlabel()
plt.ylabel()
plt.title()
plt.text()
plt.grid()
plt.show()
対数軸なども可能
Pyplot tutorial — Matplotlib 3.6.2 documentation