Revision: 4439
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4439&view=rev
Author:   mdboom
Date:     2007-11-26 07:18:40 -0800 (Mon, 26 Nov 2007)

Log Message:
-----------
Remove draw_arc (which isn't in the new backend renderer interface).

Modified Paths:
--------------
    branches/transforms/lib/matplotlib/backends/backend_template.py

Modified: branches/transforms/lib/matplotlib/backends/backend_template.py
===================================================================
--- branches/transforms/lib/matplotlib/backends/backend_template.py     
2007-11-26 14:29:49 UTC (rev 4438)
+++ branches/transforms/lib/matplotlib/backends/backend_template.py     
2007-11-26 15:18:40 UTC (rev 4439)
@@ -62,10 +62,6 @@
     writing a new backend. Refer to backend_bases.RendererBase for
     documentation of the classes methods.
     """
-    def draw_arc(self, gc, rgbFace, x, y, width, height, angle1, angle2,
-                 rotation):
-        pass
-
     def draw_path(self, gc, path, transform, rgbFace=None):
         pass
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to