如何在纵向和横向轴上将网格线添加到箱线图这里是一个简单的例子
load carsmall
boxplot(MPG, Origin, 'medianstyle', 'target')
grid on;
这只允许水平放置线条。我也需要一些东西来分离水平轴 谢谢!
答案 0 :(得分:2)
使用factorseparator
句柄:
boxplot(MPG, Origin, 'medianstyle', 'target','factorseparator',1)
仅供参考,你知道如果你搜索了#34; grid"在boxplot文档页面http://www.mathworks.com/help/stats/boxplot.html中。 想象一下,如果你开始阅读文档页面,还有什么可以发现的!