标签: octave
我想使用 drawRect ([0 0 60 60])绘制正方形。 但是当我调整窗口大小时,x轴和y轴的步长会发生变化:
他们俩都不像"方。
那么,有没有什么方法可以设置x轴和y轴步长一致?无论我如何调整窗口大小?
Here is the result using @Dan's solution: axis( ..., "equal" )
答案 0 :(得分:2)
尝试axis("equal")。从the docs这将
axis("equal")
强制x距离等于y距离。