|
From: John H. <jd...@gm...> - 2009-07-31 12:33:43
|
On Thu, Jul 30, 2009 at 9:49 PM, Jae-Joon Lee<lee...@gm...> 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 |