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!