long title problem printing

3 ビュー (過去 30 日間)
F.O
F.O 2017 年 11 月 15 日
編集済み: per isakson 2017 年 11 月 16 日
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 件のコメント
Walter Roberson
Walter Roberson 2017 年 11 月 15 日
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?

サインインしてコメントする。

採用された回答

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 Center および File ExchangeLabels and Annotations についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by