Plot out of screen
Show older comments
Help, my plots are wider than the window. How can I shrink the plots?
3 Comments
Geoff Hayes
on 18 Apr 2015
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
on 18 Apr 2015
Edited: Ronny Landsverk
on 18 Apr 2015
The default axes should fit the plot but you can use
xlim([x1,x2]);
ylim([y1,y2]);
Geoff Hayes
on 18 Apr 2015
John's answer moved here

Accepted Answer
More Answers (0)
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!