2010/6/15 Olle Engdegård <oengdeg...@gmail.com>:
> The autoscaling might need a small fix for
>
> hist(rand(100),bins=20,histtype="step",log=1)

I just had a look at trunk (8623), and the lower y-limit looks good
now. The above problem was at rev 8475.

But an old, different, bug has turned up instead: Using "stepfilled"
you get a diagonal lower boundary:

a=[3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,6]
hist(a, range=(0,10), bins=10, histtype="stepfilled", log=True)

Cheers,
Olle

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to