Plot out of screen
显示 更早的评论
Help, my plots are wider than the window. How can I shrink the plots?
3 个评论
Geoff Hayes
2015-4-18
John - what code are you using to create your plots? Are you perhaps setting the position and size of the figure (for the plot) so that it is larger than what can be displayed on your monitor?
Ronny Landsverk
2015-4-18
编辑:Ronny Landsverk
2015-4-18
The default axes should fit the plot but you can use
xlim([x1,x2]);
ylim([y1,y2]);
Geoff Hayes
2015-4-18
John's answer moved here

采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Creating, Deleting, and Querying Graphics Objects 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!