上記の記事を読んでつまづいたところのメモ。 pyplotはグラフなんかを表示するためのモジュール。 なんとなくは知ってるけど使いこなせてはいないので、改めて使い方を確認。 matplotlib.pyplotをインポート import matplotlib.pyplot as plt pyplotのインポート。 みたい ...
subplot Add an Axes to the current figure or retrieve an existing Axes. subplot2grid Create a subplot at a specific location inside a regular grid. subplot_mosaic Build a layout of Axes based on ASCII ...
Adjusting Subplot Margins in Matplotlib In Python’s Matplotlib, subplots can overlap, either horizontally or vertically. The function pyplot.subplots_adjust () can set better spacing around each ...