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 e3d5953 commit e6315e0Copy full SHA for e6315e0
1 file changed
lib/matplotlib/axes.py
@@ -1200,12 +1200,11 @@ def add_table(self, tab):
1200
def relim(self):
1201
'recompute the datalimits based on current artists'
1202
self.dataLim.ignore(True)
1203
+ self.ignore_existing_data_limits = True
1204
for line in self.lines:
- 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