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

Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!