Removing extra white space on figure
7 次查看(过去 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.
0 个评论
采纳的回答
Francesco Pignatelli
2022-7-26
When plotting, you can set after the plot command, the following:
ylim([0 valuethatyouwant])
5 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Function Creation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!