Azzera filtri
Azzera filtri

long title problem printing

3 visualizzazioni (ultimi 30 giorni)
F.O
F.O il 15 Nov 2017
Modificato: per isakson il 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?

Risposta accettata

per isakson
per isakson il 15 Nov 2017
Modificato: per isakson il 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';

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by