Adding FillPatterns to BoxPlot
3 次查看(过去 30 天)
显示 更早的评论
I am hoping someone have an idea of how to add different color Fill Patterns illustrated below to BoxPlot using simplest way possible. Thanks for your sharing you knowledge!
Here is an example
load carsmall
boxplot(MPG)
xlabel('All Vehicles')
ylabel('Miles per Gallon (MPG)')
title('Miles per Gallon for All Vehicles')
Here is a sample online...
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!