How to make plot size consistent across different screens
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
SiddharthKrishnamoorthy
el 23 de Dic. de 2016
Respondida: Walter Roberson
el 23 de Dic. de 2016
Hello,
I use a variety of monitors as part of my work. The aspect ratio of my exported plots on MATLAB changes depending on which monitor I use. I am currently using my laptop which has a 16:9 wide screen, I want my plots to look more consistent with my other monitor that has a 4:3 aspect ratio. Is there an easy way I can do this?
Thank you!
Siddharth
0 comentarios
Respuestas (1)
Walter Roberson
el 23 de Dic. de 2016
No, there is not.
You can configure everything to use Normalized units, but unless you make the font size normalized as well then the characters will not fit cleanly into the space allocated. And if you do make the font size normalized, then you probably will have trouble reading it on some screens.
Adjusting properly for different screen sizes really requires a layout manager that can handle things like re-flowing text and figuring out how big a text box you need and then positioning graphics elements to line up properly, and so on. And remember to allow users to choose larger or smaller font sizes...
0 comentarios
Ver también
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!