Effacer les filtres
Effacer les filtres

long title problem printing

3 vues (au cours des 30 derniers jours)
F.O
F.O le 15 Nov 2017
Modifié(e) : per isakson le 16 Nov 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 commentaire
Walter Roberson
Walter Roberson le 15 Nov 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?

Connectez-vous pour commenter.

Réponse acceptée

per isakson
per isakson le 15 Nov 2017
Modifié(e) : per isakson le 16 Nov 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';

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by