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 3e69fa5 commit 9051b06Copy full SHA for 9051b06
1 file changed
lib/matplotlib/axis.py
@@ -235,6 +235,7 @@ def get_loc(self):
235
@allow_rasterization
236
def draw(self, renderer):
237
if not self.get_visible():
238
+ self.stale = False
239
return
240
241
midPoint = mtransforms.interval_contains(self.get_view_interval(),
0 commit comments