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일

0 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Labels and Annotations에 대해 자세히 알아보기

제품

질문:

F.O
2017년 11월 15일

편집:

2017년 11월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by