Why does the values in the y coordinate system change when I maximize the window?

2 次查看(过去 30 天)
When I select the maximize option for the figure I created in Matlab, the values in the y coordinate system change as follows. How can I make it stay the same? Thanks in advance

回答(1 个)

Rik
Rik 2023-6-3
It looks like only the tick values are changing. Did you try setting the YTick property explicitly?
  2 个评论
Eng.
Eng. 2023-6-3
移动:Rik 2023-6-3
I found the issue. Thank you. I made a small mistake while writing the code."
I did it as follows;
yticks([-0.6:0.2:0.6])

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Contour Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by