Manuel,

Thanks very much. I have applied your patch.

Eric

Manuel Metz wrote:
> Dear all,
> some time ago (October last year) I mailed a patch for a bug in
> backend_agg.py which is still not included. I attached the patch against
> the latest SVN again.
> The problem seems to be a missing parameter when calling the function
> draw_ellipse.
> 
> Manuel
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Index: backend_agg.py
> ===================================================================
> --- backend_agg.py    (revision 3243)
> +++ backend_agg.py    (working copy)
> @@ -172,8 +172,8 @@
>          if __debug__: verbose.report('RendererAgg.draw_point', 
> 'debug-annoying')
>          rgbFace = gc.get_rgb()
>          self._renderer.draw_ellipse(
> -            gc, rgbFace, x, y, 0.5, 0.5)
> -
> +            gc, rgbFace, x, y, 0.5, 0.5, 0.0)
> +            
>      def draw_mathtext(self, gc, x, y, s, prop, angle):
>          """
>          Draw the math text using matplotlib.mathtext
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to