matplotlib[matplotlib] 64. 軸ラベルを2段にして重ならなようにする 棒グラフなどでラベル数が多い場合、無理やりラベルを押し込むためにラベルを回転させることが多く行われるが、とても視認性が悪い。グラフの横幅を大きくするのも解決法のひとつだが、ここでは軸ラベルを2段構えにすることで多くのラベルをコンパクトに収める方法について説明する。 2020.03.16matplotlibpython
matplotlib Animation[matplotlib animation] 69. カウントダウンアニメーション matplotlibのFuncAnimationでテキストによるカウントダウンアニメーションを表示する。 2020.02.04matplotlib Animationpython
matplotlib[matplotlib] 49. Fancytextboxのボックススタイルについて matplotlibでtextを表示する際に四角(Fancytextbox)で囲むことができる。ここでは、Fancytextboxのスタイルについて説明する。 2019.11.11matplotlibpython
matplotlib[matplotlib] 48. textのrotationにhorizontalalignment, verticalalignmentが及ぼす影響 matplotlibでtextを回転させるときに、horizontalalignment (ha)と verticalalignment (va)が回転に及ぼす影響について説明する。 2019.11.08matplotlibpython
matplotlib 3D[matplotlib animation] 48. 3Dグラフ上でのテキストのアニメーション matplotlibのmplot3dで表示する3Dグラフ上でのテキストのアニメーションについて解説する。 2019.06.22matplotlib 3Dmatplotlib Animationpython
matplotlib 3D[matplotlib 3D] 21. 3Dグラフにテキストを表示 mplot3dで作成した3Dグラフ上にテキストを表示する方法について解説する。 2018.10.18matplotlib 3Dpython