How to remove autogenerated legend in stackedplot?

4 ビュー (過去 30 日間)
HWIK
HWIK 2021 年 7 月 16 日
回答済み: Cris LaPierre 2021 年 7 月 16 日
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

採用された回答

Cris LaPierre
Cris LaPierre 2021 年 7 月 16 日
Yes. Set the corresponding AxesProperties.LegendVisible property to 'off'. See here.
You will have to repeat for each axes.
s.AxesProperties(3).LegendVisible = 'off'

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by