matplotlib axis

来源:互联网 发布:电信是什么网络制式 编辑:程序博客网 时间:2024/06/10 16:17

http://matplotlib.org/api/_as_gen/matplotlib.pyplot.axis.html#matplotlib.pyplot.axis

axis('off') #关闭坐标轴axis('equal') #changes limits of x or y axis so that equal increments of x and y have the same length; a circle is circular.axis('scaled')axis('tight')axis('image')axis('auto')axis('normal')axis('square') # 正方形