Changing Limits on the boxes within a boxplot
显示 更早的评论
Howdy! I'm trying to change the limits of my boxes within my box and whisker plot. If you look at my final group in the plot (32C), it seems the box has been cut off. I would like to see the rest of the box and the error bar. I changed the yaxis lim but with no luck. Please see my code below.
figure(1)
boxplot(control,'Labels',{'22C','25C','28C','32C'});
ylim([0 5]);
ax=gca;
ax.YAxis.Exponent=0;
title('Visual Health Over Different Temperatures (Control)')
xlabel('Temperature (C)')
ylabel('GPA Value')
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Box Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!