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
--
---------------------------------------
Manuel Metz ............ [EMAIL PROTECTED]
Argelander Institut fuer Astronomie
Auf dem Huegel 71 (room 3.06)
D - 53121 Bonn
E-Mail: [EMAIL PROTECTED]
Web: www.astro.uni-bonn.de/~mmetz
Phone: (+49) 228 / 73-3660
Fax: (+49) 228 / 73-3672
---------------------------------------
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