How can I prevent or remove the asterisk annotations on my BAR plot in MATLAB 7.6 (R2008a)?
Show older comments
I am creating a bar plot using the BAR function in MATLAB 7.6 (R2008a). If my bin sizes are unequal, BAR marks them with asterisks on the plot.
figure;
a=(rand(1,1000)*10);
hst=1:10;
hist(10.^a,10.^hst)
I would like to turn off or remove this annotation.
Accepted Answer
More Answers (0)
Categories
Find more on Creating, Deleting, and Querying Graphics Objects 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!