[Matplotlib-users] colorbar.py bug in matplotlib 1.1.0?

2012-01-25 Thread Josh Hemann
I have some code that has worked in matplotlib versions 0.99 and 1.0.1. Recently, I updated to 1.1.0 and my code broke, specifically in a call to colorbar(). I tried running http://matplotlib.sourceforge.net/examples/pylab_examples/colorbar_tick_labelling_demo.html this gallery example and get

Re: [Matplotlib-users] colorbar.py bug in matplotlib 1.1.0?

2012-01-25 Thread Tony Yu
On Wed, Jan 25, 2012 at 2:42 PM, Josh Hemann jhem...@sportsauthority.comwrote: I have some code that has worked in matplotlib versions 0.99 and 1.0.1. Recently, I updated to 1.1.0 and my code broke, specifically in a call to colorbar(). I tried running this gallery

Re: [Matplotlib-users] colorbar.py bug in matplotlib 1.1.0?

2012-01-25 Thread Josh Hemann
Thanks Tony. This is actually a brand new Python installation. I am running on 64-bit Windows 7, with Enthought's EPD 7.2.2 (also 64-bit). I tried testing various code snippets again and found that when I run my code, subsequent gallery examples (that call colorbar()) fail. When I run the gallery