
[matplotlibの使い方] 24. 画像
2019.03.182020.03.21

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

[matplotlib] 51. 箱ひげ図(plt.boxplot)
2019.11.212020.03.21

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

[matplotlibの使い方] 5. 等高線、塗りつぶし等高線プロット
2019.02.082021.01.18

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

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

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

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

[matplotlib 3D] 1. 二次元データを三次元空間にプロット
2018.10.082020.03.22

[matplotlib 3D] 13. 3Dグラフでベクトル
2018.10.142020.11.17

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

[matplotlibの使い方] 24. 画像
2019.03.182020.03.21

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

[scikit-image] 53. 画像のラベリング(skimage.measure labelなど)
2019.09.262020.03.23

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

[scikit-image] 14. 3次元ボクセルデータをポリゴンデータに変換( measure.marching_cubes_lewiner)
2019.05.102020.03.23

[scikit-image] 27. 画像のサイズ変更、形状変更(skimage.transform.rescale など)
2019.06.222020.03.23

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

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

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

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

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

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

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

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

[seaborn] 6. 時系列データをlineplotの線グラフで表示する
2020.03.132020.03.21

[seaborn] 2. set_contextで文字サイズ等を変更する
2020.03.122020.03.21

[seaborn] 9. boxplotで各カテゴリーにおけるデータの分布を表示
2020.03.152020.03.21

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

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

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

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

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

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

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

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

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

[SciPy] 6. interpolate interp1dによるデータの補間
2019.07.312020.12.07

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

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

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

[pandas] 複数のエクセルファイルをひとつにまとめる
2018.10.062020.03.23

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

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

[pandas] 7. DatarFrameの欠損値(NaN, None)について
2019.01.102020.07.08

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

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

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

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

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

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

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

[matplotlib] 68. 散布図上でクリックした点の色を変える
2020.04.01
錯視

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

[matplotlibで錯視] 12. 大きさが変わって見える回転する四角形
2020.01.132020.05.27

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

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

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

[matplotlibで錯視] 13. オオウチ錯視
2020.01.232020.05.27
サボテン

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

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

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

簡易温室によるサボテンの防寒対策(保温効果の検証)
2018.12.312019.11.05

サボテン・多肉植物用培養土の比較[吸水性]
2018.10.162019.11.05

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

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

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

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

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

[toto] 第1207回 totoGOAL3の対象試合に関するデータ
2020.11.212020.11.21

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