The following simple program crashes on my Linux system running python 3.11 and matplotlib 3.10.6, but works using matplotlib 3.4.3 import matplotlib matplotlib.use('TkAgg') import matplotlib.pyplot ...
上記の記事を読んでつまづいたところのメモ。 pyplotはグラフなんかを表示するためのモジュール。 なんとなくは知ってるけど使いこなせてはいないので、改めて使い方を確認。 みたいな書き方ができるようになる。 import matplotlib matplotlib.pyplot.figure() 一番 ...