Increase spacing between legend entries
조회 수: 11 (최근 30일)
이전 댓글 표시
Hi,
I've created a legend using the commands:
hl = legend('$$Pe = 400 \vspace{5mm}$$','$$Pe = 800$$','$$Pe = 1200$$','$$Pe = 1600$$','$$Pe = 2000$$');
set([hl], 'Interpreter', 'Latex','fontsize',28)
The problem is when I place this in my paper, the whole image is reduced in size and the legend entries are too close together. Is there a way that I can increase the vertical spacing between each legend entry?
Thanks
댓글 수: 0
답변 (1개)
Mohsen
2013년 1월 6일
Use following code between each legend entry s=' '; fwrite(fid1,s,'uint8');
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Legend에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!