2次元データの表示

参考

matplotlib: グラフ描画 https://matplotlib.org/stable/index.html

mplot3d: 3d描画 https://matplotlib.org/mpl_toolkits/mplot3d/tutorial.html

seaborn: matplotlibをきれいに見せるラッパー https://seaborn.pydata.org/

matplotlib tutorial: https://matplotlib.org/stable/tutorials/index.html

2Dデータを作成する

要素を色で表現 pcolor

等高線 contour

シンプルに3Dプロットする

https://matplotlib.org/stable/tutorials/toolkits/mplot3d.html

マチ針風プロット