On Thu, Jul 30, 2009 at 9:49 PM, Jae-Joon Lee<lee.j.j...@gmail.com> wrote:
> I guess this is related with the decorator introduced by rasterization 
> support. While most of the artist seems to explicitly require the renderer 
> instance as the second argument of the draw method, the draw method in the 
> Axes class have default value of None. The easiest fix seems to let the 
> decorator returns the method with renderer=None as in the Axes. By the way, 
> Jonathan, I guess the easiest workaround for you is to modify your code so 
> that it explicitly gives the renderer argument.

I think the best approach is to use canvas draw rather than artist draw

  ax.figure.canvas.draw()

JDH

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to