Re: [Matplotlib-users] Bug in boxplot/mlab.prctile

2011-01-13 Thread Jochen Deibele
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

Re: [Matplotlib-users] Bug in boxplot/mlab.prctile

2011-01-04 Thread Goyo
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:~

[Matplotlib-users] Bug in boxplot/mlab.prctile

2011-01-01 Thread 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 also seems that the quartile calculations for the box are a little peculiar.