Increase spacing between legend entries
13 ビュー (過去 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!