How to plot a boxplot with same label?
1 view (last 30 days)
Show older comments
I am trying to have a boxplot with similar label, but matlab boxplot does not take it.
boxplot(randn(4),{'a','b','a','b'})
This however, is working
boxplot(randn(4),{'a','b','c','b'})
0 Comments
Answers (0)
See Also
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!