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?

 Akzeptierte Antwort

per isakson
per isakson am 15 Nov. 2017
Bearbeitet: per isakson am 16 Nov. 2017

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Mehr zu Labels and Annotations finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

F.O
am 15 Nov. 2017

Bearbeitet:

am 16 Nov. 2017

Community Treasure Hunt

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

Start Hunting!

Translated by