matplotlib

matplotlib

[matplotlib animation] 84.うずまき

matplotlibのFuncAnimationとprojection='polar'でうずまきのアニメーションを表示する。
matplotlib

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

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

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

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

[ipywidgets] 29. 図上の任意の位置にインタラクティヴに矢印を表示(matplotlib.patches FancyArrowPatch)

ipywidgetsのFloatSliderをつかって、matplotlib patchesのFancyArrowPatchで表示する矢印をプロット上の任意の位置に表示する方法について説明する。
matplotlib

[matplotlib] 83. 図上に矢印を表示(matplotlib.patches FancyArrowPatch, Arrow)

matplotlibのpatchesの、FancyArrowPatch、Arrowでプロット上に矢印を表示する方法について説明する。
ipywidgets

[ipywidgets] 28. Dropdown, Selectで画像を任意のcmapで表示

jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets DropdownおよびSelect)で、画像を任意のcmapで表示する方法について説明する。
matplotlib

[matplotlib] 82. マウスイベントで画像上の任意の位置に四角を表示

matplotlibのbutton_press_event、button_release_event、motion_notify_eventで、画像の任意の位置に四角をインタラクティブに表示する方法について説明する。
ipywidgets

[ipywidgets] 27. IntRangeSliderで画像の任意の範囲のヒストグラムを表示

jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets IntRangeSlider)で、画像の任意の位置のヒストグラムをインタラクティブに表示する方法について説明する。