Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitbf9a451

Browse files
authored
Merge pull request#23567 from anntzer/nscm
Remove noop setattr_cm.
2 parentsd7ffff2 +c4b2e2a commitbf9a451

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎lib/matplotlib/patches.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -586,9 +586,7 @@ def draw(self, renderer):
586586
# docstring inherited
587587
ifnotself.get_visible():
588588
return
589-
590-
withcbook._setattr_cm(self,_dash_pattern=(self._dash_pattern)), \
591-
self._bind_draw_path_function(renderer)asdraw_path:
589+
withself._bind_draw_path_function(renderer)asdraw_path:
592590
path=self.get_path()
593591
transform=self.get_transform()
594592
tpath=transform.transform_path_non_affine(path)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp