long title problem printing

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?

 Respuesta aceptada

per isakson
per isakson el 15 de Nov. de 2017
Editada: per isakson el 16 de Nov. de 2017

0 votos

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';

Más respuestas (0)

Categorías

Más información sobre Labels and Annotations en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

F.O
el 15 de Nov. de 2017

Editada:

el 16 de Nov. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by