fix window size for circle plot?!

9 次查看(过去 30 天)
Hello everybody,
my script is fully working except for one detail. I have 3 subplots in one window. Two of them are perfect circles. After running the script I would like to pinch the figure window to fullsize, which unfortunately ruins those perfect circles. In fullsize the circles look more like ellipses.
Thank you Christian

采纳的回答

Image Analyst
Image Analyst 2017-1-9
Try one of these:
axis square
axis equal
One of them should do what you want.

更多回答(1 个)

Adam
Adam 2017-1-9
doc axes properties
Take a look at the sections on:
DataAspectRatio
PlotBoxAspectRatio
I can't remember off the top of my head what settings you need, but these are the two settings that control the aspect ratio of the data and of the axes.
  1 个评论
Christian
Christian 2017-1-9
That seems to work! But how can I set my manual properties as a default for this figure? Everytime I run the script, the figure loses the settings and acts like before.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Graphics Performance 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by