[Matplotlib-users] Histogram without binning

2011-01-08 Thread OKB (not okblacke)
A straightforward question: Is there a simple way to get a histogram that does not bin any values together at all, but simply creates one bar for each distinct value in the dataset? -- --OKB (not okblacke) Brendan Barnwell Do not follow where the path may lead. Go, instead, where

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

2011-01-01 Thread OKB (not okblacke)
two values. Since numpy is already a dependency for matplotlib, boxplot shouldn't use mlab.prctile at all to decide where to plot the median line -- just use numpy.median. Thanks, -- --OKB (not okblacke) Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path