Hi!
> I noticed that the boxplot function incorrectly calculates the
> location of the median line in each box. As a simple example,
> plotting
> the dataset [1, 2, 3, 4] incorrectly plots the median line at 3.
I can confirm this.
> [..]
> I would suggest that mlab.prctile be fixed to conf
2011/1/1 OKB (not okblacke) :
> I noticed that the boxplot function incorrectly calculates the
> location of the median line in each box. As a simple example, plotting
> the dataset [1, 2, 3, 4] incorrectly plots the median line at 3.
It seems to work fine in matplotlib 1.0.0:
u...@host:~
I noticed that the boxplot function incorrectly calculates the
location of the median line in each box. As a simple example, plotting
the dataset [1, 2, 3, 4] incorrectly plots the median line at 3.
It also seems that the quartile calculations for the box are a
little peculiar.