I'd like to plot several distinct boxplot in Matlab, but give them the same scale so that readers do not get misled by comparing them side by side.

I've tried using the datalim option, but it only imposes an upper limit to the boxplot, but does not stretch it if the data doesn't reach it.

Any ideas?

link|improve this question

feedback

1 Answer

up vote 7 down vote accepted

Try linkaxes(). That will give them the same scale, and keep them synchronized if the user zooms or something else changes the scale.

link|improve this answer
Thanks! That solves my problem. – Kena Feb 16 '11 at 15:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.