long title problem printing

10 views (last 30 days)
F.O
F.O on 15 Nov 2017
Edited: per isakson on 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?

Accepted Answer

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

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!