Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 85b1874

Browse filesBrowse files
authored
Merge pull request #24654 from anntzer/utsl
Don't manually invalidate cached lines in _update_transScale.
2 parents aa4af14 + 6a54abd commit 85b1874
Copy full SHA for 85b1874

File tree

Expand file treeCollapse file tree

1 file changed

+0
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-7
lines changed

‎lib/matplotlib/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
-7Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,13 +1079,6 @@ def _update_transScale(self):
10791079
self.transScale.set(
10801080
mtransforms.blended_transform_factory(
10811081
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
10891082

10901083
def get_position(self, original=False):
10911084
"""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.