How to scale vertical axis without erasing boxplot horizontal axis?

2 次查看(过去 30 天)
I want the same vertical axis scale so the two subplot can be directly compared more easily. axis([-Inf Inf 0 6]) fails to preserve the horizontal axis boxplot grouping text. How do we rescale the vertical axes without erasing the horizontal text?

采纳的回答

Daniel Bridges
Daniel Bridges 2018-3-9
编辑:Daniel Bridges 2018-3-9
ylim([0 6]) after the boxplot command allows one to edit the vertical axis scale without touching the horizontal axis.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by