How to remove autogenerated legend in stackedplot?
4 ビュー (過去 30 日間)
古いコメントを表示
Hi, have the following stackedplot, and if I plot multiple variables in one of the stackedplots I get a legend that looks like this:
Is there any way to turn that off?
Thanks
0 件のコメント
採用された回答
Cris LaPierre
2021 年 7 月 16 日
You will have to repeat for each axes.
s.AxesProperties(3).LegendVisible = 'off'
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!