matplotlib [seaborn-image] 2. imghistによる画像とそのヒストグラムの同時表示 seaborn-imageライブラリのimghist機能を解説します。グレースケール画像とヒストグラムの同時表示により画像データの分布を視覚的に分析する方法を紹介。Pythonによるデータ可視化の効率的な手法を学べます。 2022.04.20 matplotlibpythonseaborn-image
matplotlib 3D [matplotlib 3D] 50. 3Dグラフにおけるアスペクト比の設定 matplotlib mplot3dで作成する3Dグラフでアスペクト比を揃えるために、ax.set_aspect('equal')とすると、NotImplementedErrorが出るようになった(matplotlib 3.1.0から)。ax.set_aspect('equal')を使わずにアスペクト比を揃える方法について検討した。 2019.06.26 matplotlib 3Dpython