matplotlib

matplotlib

[matplotlib] 88. 強調線(集中線)

matplotlibで強調線を表示する方法について説明する。
matplotlib

[matplotlib animation] 85.様々な形状と色をもつ楕円をランダムに表示

matplotlibのFuncAnimationとmatplotlib.patches の Ellipseで様々な形状と色をもつ楕円をランダムに表示するアニメーションを作成する。
matplotlib

[matplotlib] 87. ベジェ曲線

matplotlibで2次、3次のベジェ曲線を表示する方法について説明する。
matplotlib

[matplotlib] 85. 積み上げ面グラフ(matplotlib stackplot)

matplotlibのstackplotで積み上げ面グラフを表示する方法を例を示して説明する。
matplotlib

[matplotlib] 84. binの形状を六角形とした2次元ヒストグラムを表示(matplotlib hexbin)

matplotlibのhexbinでbinの形状を六角形とした2次元ヒストグラムを表示する方法について説明する。
matplotlib

[matplotlib animation] 81.バウンドするボール

matplotlibのFuncAnimationで自由落下と反発係数を考慮したバウンドのアニメーションを表示する。
matplotlib

[matplotlib] 80. fill_betweenで特定の領域を塗りつぶす

matplotlibのplt.fill_betweenで特定の領域を塗りつぶす方法について説明する。
matplotlib

[matplotlib] 75. 2つの画像間で共通するCursorを表示

matplotlibのimshowで表示した2つの画像上に共通する十字カーソルを表示する方法について説明する。