matplotlib 3D [matplotlib animation] 61. 3Dグラフ上でアニメーションの軌跡としてマーカーの残像を表示 matplotlib, mplot3dの3Dグラフ上をマーカーが移動するアニメーションでその軌跡としてマーカーの残像を表示する方法について解説する。 2019.11.27 matplotlib 3Dmatplotlib Animationpython
matplotlib [matplotlib] 51. 箱ひげ図(plt.boxplot) matplotlibの箱ひげ図であるboxplotの詳細な設定方法について説明する。 2019.11.21 matplotlibpython
matplotlib [matplotlib] 50. 軸が矢印のグラフ matplotlibのmpl_toolkits.axisartistを用いて、軸の先端を矢印に変える方法について説明する。 2019.11.14 matplotlibpython
matplotlib [matplotlib] 49. Fancytextboxのボックススタイルについて matplotlibでtextを表示する際に四角(Fancytextbox)で囲むことができる。ここでは、Fancytextboxのスタイルについて説明する。 2019.11.11 matplotlibpython
matplotlib [matplotlib] 48. textのrotationにhorizontalalignment, verticalalignmentが及ぼす影響 matplotlibでtextを回転させるときに、horizontalalignment (ha)と verticalalignment (va)が回転に及ぼす影響について説明する。 2019.11.08 matplotlibpython
その他 [matplotlibで錯視] 7. エビングハウス錯視 エビングハウス錯視とは、相対的な大きさに関連する錯視の一種であり、代表的なのは同じ大きさの円がそれぞれ大きな円と小さな円で囲まれている図である。大きな円で囲まれた円は小さく、チイサナ円で囲まれた円は大きく見える。 2019.11.07 その他錯視
matplotlib [matplotlib] 47. np.nanでデータの一部を非表示にする matplotlibのグラフでデータの一部をnp.nanとすることでグラフに一部を非表示にする方法について説明する。 2019.11.06 matplotlibpython
matplotlib [matplotlib] 46. 棒グラフのハッチング(模様)を変えて表示 matplotlibの棒グラフ(bar)で棒の模様を変化させる方法について説明する。 2019.11.01 matplotlibpython