当前位置: 首页 > 工具软件 > Axis Mundi > 使用案例 >

matplotlib axis

魏翰
2023-12-01

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') # 正方形
 类似资料:

相关阅读

相关文章

相关问答