How to scale vertical axis without erasing boxplot horizontal axis?

1 Ansicht (letzte 30 Tage)
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?

Akzeptierte Antwort

Daniel Bridges
Daniel Bridges am 9 Mär. 2018
Bearbeitet: Daniel Bridges am 9 Mär. 2018
ylim([0 6]) after the boxplot command allows one to edit the vertical axis scale without touching the horizontal axis.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by