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.
2 parents aa4af14 + 6a54abd commit 85b1874Copy full SHA for 85b1874
1 file changed
lib/matplotlib/axes/_base.py
@@ -1079,13 +1079,6 @@ def _update_transScale(self):
1079
self.transScale.set(
1080
mtransforms.blended_transform_factory(
1081
self.xaxis.get_transform(), self.yaxis.get_transform()))
1082
- for line in self._children:
1083
- if not isinstance(line, mlines.Line2D):
1084
- continue
1085
- try:
1086
- line._transformed_path.invalidate()
1087
- except AttributeError:
1088
- pass
1089
1090
def get_position(self, original=False):
1091
"""
0 commit comments