how to display a hggroup in plotbrowser
    2 views (last 30 days)
  
       Show older comments
    
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 Comments
Answers (0)
See Also
Categories
				Find more on Data Preprocessing in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!