axis

matplotlib

[matplotlib] 117. 目盛りの細かい調整(ax.tick_params)

matplotlibのax.tick_params()で目盛りのフォーマットを細かく調整する方法について説明する。
matplotlib

[matplotlib] 50. 軸が矢印のグラフ

matplotlibのmpl_toolkits.axisartistを用いて、軸の先端を矢印に変える方法について説明する。
matplotlib

[matplotlib] 15. 各軸の比率が等しい図

axis('equal')、axis('scaled')などを用いてx軸とy軸の比率が等しい図を作成する。
Pandas

[pandas] 14. Series, DataFrameの連結(.concat())

Series, DataFrameを連結することのできる.concat()について説明する。
matplotlib Animation

[matplotlib animation] 8. 3Dグラフの軸範囲更新アニメーション

matplotlib FuncAnimationによる軸範囲更新アニメーション