Hello, Thank you for your answer. When I explicitly give None as renderer argument, everything work well. Now I guess the question is why the default value is not used by the method?
By the way, rasterization support wasn't introduced earlier than the 0.98.3 version? Regards, Jonathan Jae-Joon Lee a écrit : > 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. As > you see the default value for renderer is None. Just call it as > draw(None). > > Regards, > > -JJ > ------------------------------------------------------------------------------ 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