Matplotlib
グラフ描画ライブラリ
Pythonでグラフを描画するときなどに使われる標準的なライブラリ
画像ファイルを作るばかりでなく、簡単なアニメーションやインタラクティブなグラフを作ることも可能
MATLAB -- お手本
データの可視化
pandas (powerful Python data analysis toolkit) -- データ構造とその操作
Numpy
Jupyter -- 対話的データ解析環境
Python Imaging Library (PIL) - Pillow
pylab
pyplot
/villagepump/Matplotlib
code:plot.py
import matplotlib.pyplot as plt
import math
import numpy as np
plt.plot(-1/2,np.sqrt(3)/2,marker='.')
plt.show()
matplotlib - Wikipedia
Matplotlib - Wikipedia
#Python
https://img.shields.io/badge/Matplotlib-%23ffffff.svg?style=for-the-badge&logo=Matplotlib&logoColor=black