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 f8071e8 commit 2a57338Copy full SHA for 2a57338
1 file changed
lib/matplotlib/axes/_axes.py
@@ -5291,9 +5291,7 @@ def get_interp_point(idx):
5291
np.column_stack([ind[where], dep2[where]])])
5292
if ind_dir == "y":
5293
pts = pts[:, ::-1]
5294
- self.dataLim.update_from_data_xy(pts, self.ignore_existing_data_limits,
5295
- updatex=True, updatey=True)
5296
- self.ignore_existing_data_limits = False
+ self.update_datalim(pts, updatex=True, updatey=True)
5297
self.add_collection(collection, autolim=False)
5298
self._request_autoscale_view()
5299
return collection
0 commit comments