8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba242b1 commit a2531eeCopy full SHA for a2531ee
lib/matplotlib/projections/polar.py
@@ -1007,6 +1007,7 @@ def set_theta_direction(self, direction):
1007
# FIXME: Why is this needed? Even though the tick label gets
1008
# re-created, the alignment is not correctly updated without a reset.
1009
self.yaxis.reset_ticks()
1010
+ self.yaxis.set_clip_path(self.patch)
1011
1012
def get_theta_direction(self):
1013
"""
@@ -1064,6 +1065,7 @@ def set_rlabel_position(self, value):
1064
1065
1066
self._r_label_position.clear().translate(np.deg2rad(value), 0.0)
1067
1068
1069
1070
def set_yscale(self, *args, **kwargs):
1071
Axes.set_yscale(self, *args, **kwargs)
0 commit comments