Boxplot legend not displayed properly
2 ビュー (過去 30 日間)
古いコメントを表示
I would like to add a legend to my boxplot which represents four different variables: A, B, C, and D. When I am running the line for legend only the symbol for the last 'D' variable appears in the legend, for the rest variables I do not have any symbol, only their description: A, B, and C. Is there something whong in my code, attached below? Thanks in advance for help.
hLegend = legend(findall(gca,'Tag','Box'),'Location','southeast', {'A','B','C','D'});
0 件のコメント
回答 (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!