python

matplotlib

[matplotlib] 39. データの値に応じてプロットの色をかえる

データの値に応じて散布図の色を変える方法について、茨城県つくば市の気温の変化を例として解説する。
matplotlib 3D

[matplotlib 3D] 54. 3D円グラフ

3D円グラフは使うべきではない図だが、matplotlib mplot3dにより3D円グラフを表示する方法について解説する。
ipywidgets

[ipywidgets] 7. RadioButtonsでデータを取得する方向を選択して、IntSliderで3Dグラフの任意の位置のデータをラインで表示

jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets RadioButtons, IntSlider)でデータを取得する方向を選択し、3Dグラフ中の任意の位置のデータを線で表示する方法について説明する。
ipywidgets

[ipywidgets] 6. RadioButtonsでデータを取得する方向を選択して、IntSliderで画像の任意の位置のデータをラインで表示

jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets RadioButtons, IntSlider)でデータを取得する方向を選択し、画像中の任意の位置のデータを線で表示する方法について説明する。
ipywidgets

[ipywidgets] 5. IntSliderで画像の任意の位置の横方向データをラインで表示

jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets IntSlider)で画像中の任意の位置の横方向データを線で表示する方法について説明する。
python

[scikit-image] 40. 画像の位相アンラッピング(skimage.restoration unwrap_phase)

ここでは、skimage restoration unwrap_phaseによりラッピングした画像アンラッピングする例について説明する。
matplotlib Animation

[matplotlib animation] 51. 画像の拡大アニメーション

ここでは、matplotlib FuncAnimationによって画像を拡大するアニメーションについて解説する。
python

[scikit-image] 39. 画像のノイズを低減(skimage.restoration denoise_tv_chambolle, denoise_bilateral, denoise_wavelet)

ここでは、skimage restoration denoise_tv_chambolle, denoise_bilateral, denoise_waveletにより画像のノイズを低減する例について説明する。