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.
2 parents e26f544 + f30358b commit 987ea48Copy full SHA for 987ea48
1 file changed
lib/matplotlib/axes/_axes.py
@@ -3146,7 +3146,9 @@ def get_next_color():
3146
3147
theta1 = theta2
3148
3149
- if not frame:
+ if frame:
3150
+ self._request_autoscale_view()
3151
+ else:
3152
self.set(frame_on=False, xticks=[], yticks=[],
3153
xlim=(-1.25 + center[0], 1.25 + center[0]),
3154
ylim=(-1.25 + center[1], 1.25 + center[1]))
0 commit comments