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

Skip to content

Commit 0ad2c0a

Browse files
committed
removed the set_in_autoscale from add_artist
1 parent b527465 commit 0ad2c0a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/axes/_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2316,7 +2316,6 @@ def add_artist(self, a):
23162316
if a.get_clip_path() is None:
23172317
a.set_clip_path(self.patch)
23182318
self.stale = True
2319-
a._set_in_autoscale(False)
23202319
return a
23212320

23222321
def add_child_axes(self, ax):

0 commit comments

Comments
 (0)