Plot out of screen
Mostrar comentarios más antiguos
Help, my plots are wider than the window. How can I shrink the plots?
3 comentarios
Geoff Hayes
el 18 de Abr. de 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
el 18 de Abr. de 2015
Editada: Ronny Landsverk
el 18 de Abr. de 2015
The default axes should fit the plot but you can use
xlim([x1,x2]);
ylim([y1,y2]);
Geoff Hayes
el 18 de Abr. de 2015
John's answer moved here

Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!