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 the same error. Here is the snippet:

http://old.nabble.com/file/p33203387/ScreenShot007.png 


The error results from the first call to colorbar in the example, which is 
      cbar = fig.colorbar(cax, ticks=[-1, 0, 1])

My internet searches have not revealed anything yet. Has anyone seen or
reported this issue? Any clean work-arounds?

-----
Josh Hemann


-- 
View this message in context: 
http://old.nabble.com/colorbar.py-bug-in-matplotlib-1.1.0--tp33203387p33203387.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to