How to get such legend in MATLAB?
1 回表示 (過去 30 日間)
古いコメントを表示
As you can see in the attached Figure, only 6 legends are used. (not 8 = number of curves).
How to do so?
0 件のコメント
回答 (1 件)
dpb
2021 年 10 月 4 日
Use the 'DisplayName' property for the desired line types to be plotted -- you'll need two lines drawn with just the solid line and four drawn with just the markers for the legend; they can be dummies containing NaN for data but drawn just to create their line handles of the correct styles for legend
Then, when call legend, pass ONLY these line handles.
See the documentation for legend for complete syntax and examples using other than just the default handles.
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!