long title problem printing

3 次查看(过去 30 天)
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?

采纳的回答

per isakson
per isakson 2017-11-15
编辑:per isakson 2017-11-16
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';

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by