how to display a hggroup in plotbrowser
6 次查看(过去 30 天)
显示 更早的评论
How do I make a hggroup show up in the plotbrowser?
hg = hggroup;
hg.Annotation.LegendInformation.IconDisplayStyle='on';
hg.DisplayName='my data';
h=plot3(randn(5,5),randn(5,5),randn(5,5),'Parent',hg);
plotbrowser('show')
The code above does not work. I'd like to have a single entry in the plotbrowser for my datapoints.
BTW:
legend('show')
shows a single legend entry as intended.
3 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Specifying Target for Graphics Output 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!