multiple boxplot in the one plot

Hi all,

I'm very new to python and matplotlib! I'm wanting to boxplot two distributions with diff number of observations. At the moment I can do two subplots, but this makes comparisons difficult. Dose anyone have any suggestions? I would also like to have a label for each plot on the y-axis, if it's plotted horizontally.

A colleague of mine suggested to concatenate the arrays along axis 1, but as the arrays are of different sizes, this dose not work.
I can do this in R, but I was told to give matplotlib a go :slight_smile:

Cheers
Noel