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

Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!