sabopy

matplotlib

[matplotlib] 27. 横並び棒グラフ

matplotlibで横並び棒グラフを表示する方法
matplotlib

[matplotlib] 26. 非連続型水平棒グラフ

matplotlibで非連続な区間水平棒グラフ(broken_barh)
matplotlib

[matplotlib] 25. 円グラフ(Pie chart) における比率、ラベルの文字サイズ、色の設定方法

matplotlibの円グラフで、文字サイズやカラーを設定する方法について説明する。
python

[SciPy] 5. ndimageのmeasurements, morphologyで実生サボテンのラベリングとサイズ計測

SciPy, ndimageのmeasurements, morphology を用いてサボテンのラベリングとサイズ計測などを行った例についてに説明する。
python

[PIL] 1. Pythonの画像処理ライブラリPillow(PIL)

PythonのPILによる画像の処理方法
python

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

SciPyのndimageによる画像の処理方法
matplotlib

[matplotlib] 24. 画像

matplotlibでの画像の取扱方法について説明する。
matplotlib 3D

[matplotlib 3D] 47.ボクセルサボテン(Voxel Cactus)

3D形式のデータをもつstlファイルをボクセル形式に変換して、matplotlib のvoxelで表示する。