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 534be65 commit 696420eCopy full SHA for 696420e
1 file changed
lib/matplotlib/axes.py
@@ -1201,9 +1201,11 @@ def relim(self):
1201
'recompute the datalimits based on current artists'
1202
self.dataLim.ignore(True)
1203
for line in self.lines:
1204
+ self.ignore_existing_data_limits = True
1205
self._update_line_limits(line)
1206
1207
for p in self.patches:
1208
1209
self._update_patch_limits(p)
1210
1211
def update_datalim(self, xys):
0 commit comments