How to make Live Script plot figure shape not be squared?
1 次查看(过去 30 天)
显示 更早的评论
I am using MATLAB 2021a, and when plot a figure in Live Script, the default shape of the figure is sqaure-shapped:

Since the data is really long, I want the figure is rectangular-sized to show more details. How can I pick a special ratio of the axes? I searched online and one solution is using daspect function.
But when I use daspect, the figure does become rectanglur, but a large margin shows on both top and bottom of the figure, that's quite ugly. I want the figure "filled" in between the texts.

How can I achive that? Thanks!
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Object Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!