12A猫で学んだこと-Memoir-

...What are you learning now?

python, matplotlib

折れ線グラフのAxesからデータを復元したい

状況 matplotlib, plot関数を使用して折れ線グラフを作成した。 plot関数の対象となったAxes オブジェクトから、折れ線グラフの作成に使われた データを抽出したい。 """ ## Purpose This is a problem related to [matplotlib](https://matplotlib.org/) As…