On Tue, Dec 6, 2011 at 6:56 AM, Leo Breebaart <l...@lspace.org> wrote:

> fig = plt.figure()
> ax = fig.add_subplot(111)
> # Plot as expected: single bar in the center:
> #result = ax.hist([1.0e+14], 5)
> # Plot remains completely empty:
> result = ax.hist([1.0e+16], 5)
> print "result:", result
> plt.show()
>


Confirmed.  This seems to be a bug, but a quick glance at hist() doesn't
make it obvious to me what the cause is.  Perhaps it is in bar()?

Leo, could you please file a bug report on github?

Thanks,
Ben Root
------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to