Hi,

I think there's an issue of axes autoscaling in y when plotting histograms 
with specified bins, eg.

<code>
from pylab import *

bins = linspace(-5,5,100)

hist(randn(1000), bins=bins,
      histtype='step', ec='r')
hist(randn(10000), bins=bins,
      histtype='step', ec='g')

show()
</code>

Note that the y-axis is not properly autoscaled to handle the 2nd histogram. 
Could this be a regression after correction of Debian Bug #503148 ? (see 
http://www.mail-archive.com/matplotlib-de...@lists.sourceforge.net/msg04020.html)

Cheers,
-- 
    .~.   Yannick COPIN  (o:>*  Doctus cum libro
    /V\   Institut de physique nucleaire de Lyon (IN2P3 - France)
   // \\  Tel: (33/0) 472 431 968     AIM: YnCopin ICQ: 236931013
  /(   )\ http://snovae.in2p3.fr/ycopin/
   ^`~'^

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to