How to fix the scaling of axis?
27 次查看(过去 30 天)
显示 更早的评论
Hi, I have a plot from matlab as show. However, I would like to format the scaling of y axis insuch a that upper limit is 1 and lower limit is 0.7. I have tried none of them works. Could you please help me so that I can truncate the plot by decimal place.
This will help me a lot.
Thanks in advance. Mahesh
0 个评论
采纳的回答
Geoff Hayes
2014-11-25
ylim([0.7 1]);
5 个评论
Geoff Hayes
2014-11-25
Mahesh - but that is your choice to set the limits. Why 0.6 and not 0.7? What is 0.718 - the minimum value on the y-axis or something else?
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!