Thanks to visit codestin.com Credit goes to github.com
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 4ec0c49 commit 03c4d0eCopy full SHA for 03c4d0e
lib/matplotlib/projections/polar.py
@@ -980,6 +980,7 @@ def set_theta_direction(self, direction):
980
# FIXME: Why is this needed? Even though the tick label gets
981
# re-created, the alignment is not correctly updated without a reset.
982
self.yaxis.reset_ticks()
983
+ self.yaxis.set_clip_path(self.patch)
984
985
def get_theta_direction(self):
986
"""
@@ -1037,6 +1038,7 @@ def set_rlabel_position(self, value):
1037
1038
1039
self._r_label_position.clear().translate(np.deg2rad(value), 0.0)
1040
1041
1042
1043
def set_yscale(self, *args, **kwargs):
1044
Axes.set_yscale(self, *args, **kwargs)
0 commit comments