where

matplotlib

[matplotlib] 96. plt.stepによる階段状プロットの作成

ステップ状のプロットを作成できるmatplotlibのplt.stepにより、階段状となっているプロットを作成する方法について説明する。
matplotlib

[matplotlib] 81. fill_betweenのinterpolateで塗りつぶす領域を補間する

matplotlibのplt.fill_betweenで特定の領域を塗りつぶす際に一部塗りつぶされない領域ができることがある。そこで、interpolate=Trueとしてその領域を塗り潰す方法について説明する。