Revision: 5728
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5728&view=rev
Author:   mdboom
Date:     2008-07-09 12:34:43 -0700 (Wed, 09 Jul 2008)

Log Message:
-----------
Fix rectangular polar axes patch (continued...)

Modified Paths:
--------------
    trunk/matplotlib/examples/api/custom_projection_example.py

Modified: trunk/matplotlib/examples/api/custom_projection_example.py
===================================================================
--- trunk/matplotlib/examples/api/custom_projection_example.py  2008-07-09 
19:30:22 UTC (rev 5727)
+++ trunk/matplotlib/examples/api/custom_projection_example.py  2008-07-09 
19:34:43 UTC (rev 5728)
@@ -217,7 +217,7 @@
         """
         return self._yaxis_text2_transform, 'center', 'left'
 
-    def get_axes_patch(self):
+    def _gen_axes_patch(self):
         """
         Override this method to define the shape that is used for the
         background of the plot.  It should be a subclass of Patch.


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

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to