How to center a figure in live script output

18 vues (au cours des 30 derniers jours)
Varol Aydemir
Varol Aydemir le 10 Juil 2018
On the right, you see the output panel of the live script. When I plot a figure, output is always left-aligned. How can I center the figure?
  1 commentaire
Varol Aydemir
Varol Aydemir le 11 Juil 2018
Here is a different way to describe my problem. I have some figures in the live script output that has a long title. Because it is long, the title is cut off.

Connectez-vous pour commenter.

Réponses (3)

Sam Raymond
Sam Raymond le 15 Fév 2020
If you use the Position option in the Figure defintion you can use the width and heights to push the figure into the center
figure('Position',[1000 100 1500 1000]);
If you play around with the values you should get the images in the center.

Brian Cianciola
Brian Cianciola le 10 Juil 2018
Modifié(e) : Brian Cianciola le 10 Juil 2018
The movegui() function seems to be what you're looking for, specifically movegui(figureName, 'center')
  3 commentaires
Brian Cianciola
Brian Cianciola le 10 Juil 2018
Yeah, sorry about that. Just tested it out and it centers the new window that you open for the figure on your screen.
Varol Aydemir
Varol Aydemir le 10 Juil 2018
No worries! Thanks for the response though!

Connectez-vous pour commenter.


Sean de Wolski
Sean de Wolski le 10 Juil 2018
What if you adjust the live editor to have figures inline? Button on right hand side of editor.
  1 commentaire
Varol Aydemir
Varol Aydemir le 10 Juil 2018
Unfortunately, It doesn't help either

Connectez-vous pour commenter.

Catégories

En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by