how to display a hggroup in plotbrowser
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Specifying Target for Graphics Output finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!