Removing extra white space on figure

12 次查看(过去 30 天)
Is there a way to get rid of the extra space below the spectrum so that it starts at 0? This seems to only occur for some of the figures I plot.

采纳的回答

Francesco Pignatelli
When plotting, you can set after the plot command, the following:
ylim([0 valuethatyouwant])
  5 个评论
Elham
Elham 2022-7-26
Just changed the axes properties and it seems to be working fine now, thank you @Francesco Pignatelli !!

请先登录,再进行评论。

更多回答(0 个)

类别

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