what is the difference between axis normal, axis square, axis equal, and axis tight?
19 次查看(过去 30 天)
显示 更早的评论
what is the difference between axis normal, axis square, axis equal, and axis tight?
0 个评论
采纳的回答
Star Strider
2016-7-7
The easiest way to see this is to experiment with them by doing the different axis styles with the same data plot.
Briefly, axis normal uses the default aspect ratio for the plot, axis square makes the aspect ratio square, axis equal uses the same length for the data units along each axis, and axis tight sets the axis box tightly around the data.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!