Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41b91af

Browse files
committed
Fix rectangular polar axes patch (continued...)
svn path=/trunk/matplotlib/; revision=5728
1 parent 85687ea commit 41b91af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/api/custom_projection_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def get_yaxis_text2_transform(self, pixelPad):
217217
"""
218218
return self._yaxis_text2_transform, 'center', 'left'
219219

220-
def get_axes_patch(self):
220+
def _gen_axes_patch(self):
221221
"""
222222
Override this method to define the shape that is used for the
223223
background of the plot. It should be a subclass of Patch.

0 commit comments

Comments
 (0)