long title problem printing
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
F.O
el 15 de Nov. de 2017
Editada: per isakson
el 16 de Nov. de 2017
Hei. I have written a long title for a plot but not all of it appears when saving it as pdf! any idea to fix this?
1 comentario
Walter Roberson
el 15 de Nov. de 2017
Which MATLAB release are you using? A couple of years ago there was a release that had this problem.
What font are you using for the title?
Respuesta aceptada
per isakson
el 15 de Nov. de 2017
Editada: per isakson
el 16 de Nov. de 2017
Two lines
title({'First line';'Second line'})
Smaller font size
h = title( 'abc' )
h.FontSize = 9;
And Walter just reminded me: a more space efficient font
h.Font = 'Helvetica';
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Labels and Annotations 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!