필터 지우기
필터 지우기

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?

채택된 답변

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