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

[matplotlib] 90. ラベルの位置の調整(ax.set_xlabelのloc)
2020.08.052022.08.22

[matplotlib] 4. 犬(dog)
2019.01.152020.03.23

[matplotlib] 24. 画像
2019.03.182021.10.04

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

[matplotlib] 55. Colorbarの目盛りとそのラベルの設定
2019.12.192022.08.22

[matplotlib 3D] 16. 複数の3Dグラフを横並びで表示
2018.10.162021.11.08

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

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

[SciPy] 11. interpolateのinterp2dによる2次元データの補間
2020.12.052022.04.12

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

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

[matplotlib] 24. 画像
2019.03.182021.10.04

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

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

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

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

[scikit-image] 103. MorphGACによる画像のセグメンテーション(skimage.segmentation.morphological_geodesic_active_contour)
2021.11.052022.04.14

[scikit-image] 103. MorphGACによる画像のセグメンテーション(skimage.segmentation.morphological_geodesic_active_contour)
2021.11.052022.04.14

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

[lmfit] 23. basinhopping法によるフィッティング
2022.03.112022.04.11

[matplotlib animation] 62. グラフ上にアニメーションの軌跡としてマーカーの残像を表示
2019.11.272022.04.13

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

[matplotlib 3D] 26. ArtistAnimationで3D wireframe plotをアニメーションで表示
2018.10.242022.05.06

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

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

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

[ipywidgets] 24. Dropdownでデータを選択してそのヒストグラムを表示(matplotlib & seaborn)
2020.04.182022.04.12

[seaborn] 5. lineplotの信頼区間つき線グラフで複数データを表示する
2020.03.132022.04.12

[seaborn] 16. 2次元ヒートマップをheatmapで表示
2021.11.132022.08.22

[NumPy] 11. NumPy配列のNaNに関するいろいろな処理
2019.12.222023.01.19

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

[ipywidgets] 24. Dropdownでデータを選択してそのヒストグラムを表示(matplotlib & seaborn)
2020.04.182022.04.12

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

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

[SciPy] 15. 偏微分方程式を有限差分法で解く
2021.02.262021.10.04

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

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

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

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

[SciPy] 11. interpolateのinterp2dによる2次元データの補間
2020.12.052022.04.12

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

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

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

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

[pandas] 5. DataFrameの算術演算(fill_valueによる欠損値の穴埋め)
2019.01.092021.10.18

[pandas] 3. DataFrameにおけるインデックスについて
2019.01.072020.03.23

[pandas] 15. 異なるインデックスをもつDataFrameの連結(concat(), append())
2019.01.292021.10.09

[ipywidgets] 24. Dropdownでデータを選択してそのヒストグラムを表示(matplotlib & seaborn)
2020.04.182022.04.12

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

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

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

[ipywidgets] 19. Jupyter labでipywidgetsを動かす
2020.03.102020.03.22

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

[matplotlibで錯視] 5. エーレンシュタイン錯視1
2019.03.072021.10.09

[matplotlibで錯視] 9. ムンカー錯視
2019.12.302020.05.27

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

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

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

[matplotlibで錯視] 4. カフェウォール錯視
2019.02.262020.05.27
サボテン

Web上に転がるサボテン用土の配合のまとめ
2019.03.292020.09.28

鶴仙園オリジナル培養土の保水性について
2018.12.312019.11.03

ヤシの実チップ[ベラボン]の吸水性、保水性について
2018.11.022019.11.04

発泡スチロール箱によるサボテンの防寒対策
2018.12.252019.11.05

用土の保水性に鉢サイズが及ぼす影響
2018.10.292019.11.05

サボテン用培養土に赤玉土をブレンドした際の保水性について
2019.05.082019.11.03
サッカー

[seaborn] 1. relplotで散布図を表示する
2020.03.112021.10.08

[seaborn] 7. relplotのcol, rowを使って多変数なグラフを表示する
2020.03.132021.10.08

[toto] 第1172回 totoの対象試合に関するデータ
2020.07.14

[toto] 第1117回totoの対象試合に関するデータ
2019.08.302019.09.02

[toto] 第1119回 mini toto-A組の対象試合に関するデータ
2019.09.02

[toto] 第1137回 mini toto-B組の対象試合に関するデータ
2019.11.10