フィルターのクリア

How to represent multiple lines (20+) in legend?

18 ビュー (過去 30 日間)
Mudasir Ahmed
Mudasir Ahmed 2017 年 9 月 10 日
コメント済み: Mudasir Ahmed 2017 年 11 月 9 日
hi I want to represent data with plot having 24 lines. but when I add the description of each line in the legend, the legend box crosses even the plot frame itself. For better visualization, what should I do. Kindly help me I will be highly thankful to you.
with best regards mudasir

採用された回答

KL
KL 2017 年 9 月 10 日
  5 件のコメント
KL
KL 2017 年 11 月 9 日
That's simple, use
legend_str{ii} = ['\theta_{' num2str(ii) '}'];
Mudasir Ahmed
Mudasir Ahmed 2017 年 11 月 9 日
Dear sir KL,
Thank you so much. Now It is perfectly working.
best regards Mudasir

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLegend についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by