
[matplotlib] 117. 目盛りの細かい調整(ax.tick_params)
2022.03.092025.09.17

[SciPy] 22. ノイジーなデータをsignalのsavgol_filterで平滑化
2022.01.222025.09.03

[matplotlib] 55. Colorbarの目盛りとラベルを設定する方法
2019.12.192025.09.17

[matplotlib] 90. 軸ラベル位置の調整方法
2020.08.052025.09.17

[SciPy] 1. Scipyのcurve_fitで最小2乗法近似、決定係数R2も求める
2018.10.032025.09.17

[lmfit] 21. 擬フォークト分布関数モデルによるカーブフィッティング
2021.02.192025.09.17

[matplotlib 3D] 17. 3D surfaceプロットの表示と見た目を変える設定各種
2018.10.162025.09.17

[SciPy] 11. interp2d関数を用いた2次元データの補間方法
2020.12.052025.09.17

[matplotlib 3D] 50. 3Dグラフにおけるアスペクト比の設定
2019.06.262022.04.20

[matplotlib 3D] 16. 複数の3Dグラフを横並びで表示する方法
2018.10.162025.09.17

[matplotlib 3D] 18. 3D surfaceプロットで球を表示
2018.10.172025.08.13

[matplotlib 3D] 11. 3Dグラフ上に円、線、面などの図形を表示する方法(pathpatch3d)
2018.11.252025.09.17

[scikit-image] 23. 画像の細線化処理(morphology.skeletonize)
2019.06.132025.09.17

[scikit-image] 51. 画像の局所的な極大値を検出(skimage.feature peak_local_max)
2019.09.252025.09.17

[matplotlib] 24. 画像の表示、保存、画像処理について
2019.03.182025.09.17

[scikit-image] 30. 画像の構造類似性(skimage.measure compare_ssim)
2019.07.052025.09.17

[scikit-image] 54. ラベリングした領域のサイズ、角度、重心などの測定(skimage.measure regionprops)
2019.09.282025.09.17

[SciPy] 3. ndimageによる画像処理
2019.03.192025.09.17

[matplotlib 3D] 14. 3Dグラフの回転アニメーション
2018.10.252025.09.01

[matplotlib animation] 98. 空気抵抗のある斜方投射
2021.02.212025.09.16

[matplotlib 3D] 33. マーカーによるアニメーション
2018.11.092025.08.29

[matplotlib animation] 16. subplot()で複数のグラフのアニメーション(epicycloid)
2018.12.202025.08.22

[matplotlib animation] 99. マグヌス効果を考慮した斜方投射のシミュレーション - FuncAnimationによる可視化
2021.02.232025.08.22

[matplotlib animation] 61. 3Dグラフ上でアニメーションの軌跡としてマーカーの残像を表示
2019.11.272025.08.28

[seaborn] 4. lineplotで信頼区間つき線グラフを表示する
2020.03.122025.09.17

[seaborn] 15. 線形回帰つき散布図をregplot,lmplotで表示
2020.03.252025.08.20

[seaborn] 12. データの分布をヒストグラムとKDEプロットで表示(distplot, kdeplot)
2020.03.182025.09.16

[seaborn] 13. 2つのデータの関係性を2次元プロットで表示(jointplot)
2020.03.212025.09.16

[ipywidgets] 24. Dropdownを活用したインタラクティブなデータ可視化ガイド - matplotlib&seabornでのヒストグラム表示
2020.04.182025.08.22

[seaborn] 16. heatmap関数を使った2次元ヒートマップの作成方法
2021.11.132025.08.20

[NumPy] 11. NumPy配列におけるNaNの様々な処理方法
2019.12.222025.09.17

[matplotlib] 98. ヒストグラムのalphaを調整して視認性を高める
2021.03.282025.08.14

[ipywidgets] 24. Dropdownを活用したインタラクティブなデータ可視化ガイド - matplotlib&seabornでのヒストグラム表示
2020.04.182025.08.22

[SciPy] 8. np.polyfit, curve_fit, lmfitによる線形近似の実行速度比較
2020.10.162025.09.04

[NumPy] 6. データの最大, 最小, 0に最も近い値のindex
2018.12.122025.08.31

[pandas] 16. 中央値のインデックスを求める
2019.01.292025.09.09

[SciPy] 22. ノイジーなデータをsignalのsavgol_filterで平滑化
2022.01.222025.09.03

[SciPy] 1. Scipyのcurve_fitで最小2乗法近似、決定係数R2も求める
2018.10.032025.09.17

[SciPy] 2. ガウス分布によるカーブフィッティング
2019.01.022025.09.17

[SciPy] 18. integrate. trapezoid, simpsonなどで離散的データの数値積分
2021.05.142025.09.17

[SciPy] 16. scipy.signal.detrendでデータのトレンド除去
2021.05.132025.08.20

[SciPy] 11. interp2d関数を用いた2次元データの補間方法
2020.12.052025.09.17

[matplotlib] 39. データ値に基づく色分けプロット技法
2019.08.102025.09.17

[matplotlib] 103. legendのクリックイベントでプロットの表示/非表示きりかえ
2021.05.252025.09.18

[scikit-image] 68. ラベリングした領域のデータをregionprops_tableによりpandasのDataFrameで取得する(skimage.measure regionprops_table)
2020.02.272025.09.16

[pandas] 10. マルチインデックスの作成について
2019.01.172025.08.30

[pandas] 16. 中央値のインデックスを求める
2019.01.292025.09.09

[pandas] 20. pd.mergeでDataFrameの複数の列で同じ値をもつ行のみを抽出
2020.02.282025.09.17

[ipywidgets] 24. Dropdownを活用したインタラクティブなデータ可視化ガイド - matplotlib&seabornでのヒストグラム表示
2020.04.182025.08.22

matplotlib マウスイベント まとめ
2021.10.102022.08.22

[matplotlib] 69. 散布図上でクリックした点に関連付けられたデータを下図に表示する
2020.04.022025.09.05

[ipywidgets] 16. 画像の強度プロファイル分析:IntSliderとprofile_lineで対話的に可視化する方法
2020.03.062025.08.15

[ipywidgets] 17. tabで複数のwidgetsを整理して表示
2020.03.082025.08.15

[ipywidgets] 21. 画像上でクリックした点の座標と値をOutputで表示
2020.03.272025.08.22
錯視

[matplotlibで錯視] 9. 同じ色なのに違って見える?ムンカー錯視
2019.12.302025.08.15

[matplotlibで錯視] 7. エビングハウス錯視
2019.11.072025.09.17

[matplotlib] 66. マウスイベントで図中の四角をドラッグで動かす
2020.03.292025.09.05

[matplotlibで錯視] 3. きらめき格子錯視
2019.02.262025.09.17

[matplotlibで錯視] 8. エビングハウス錯視のアニメーション
2019.12.232025.09.10

[matplotlibで錯視] 12. 回転する四角形のサイズ変化錯視
2020.01.132025.09.17