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!