matplotlib [matplotlib] 17. 疑似カラーマップを等高線風に表示 pcolormeshのカラーマップにレベルを設定して等高線風に表示 2019.03.01 matplotlibpython
matplotlib [matplotlib] 16. 疑似カラーマップ pcolor, pcolormesh, pcolorfast, imshowなどを用いて疑似カラーマップを作成する方法について説明する。 2019.03.01 matplotlibpython
matplotlib [matplotlib] 15. 各軸の比率が等しい図 axis('equal')、axis('scaled')などを用いてx軸とy軸の比率が等しい図を作成する。 2019.02.27 matplotlibpython
matplotlib [matplotlib] 14. 図の中の一部を拡大して同じ図中に表示(zoomed_inset_axes) mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axesを利用して、図の中の一部を拡大して同じ図中に表示 2019.02.27 matplotlibpython
matplotlib [matplotlib] 13. 図の中の一部を拡大して同じ図中に表示(inset_axes) matplotlib.axes.Axes.inset_axesを利用して、図の中の一部を拡大して同じ図中に表示する。 2019.02.26 matplotlibpython