塗りつぶし

毎日Python/こつこつPython

【こつこつPython】Pythonで2つのグラフを塗りつぶす方法|matplotlib.pyplot.fill_between

Pythonで2つの関数の間を塗りつぶす方法です。使用するのはPythonのmatplotlibライブラリのfill_between関数です。 import matplotlib.pyplot as plt import numpy as ...