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

Commitcf30f37

Browse files
authored
Merge pull request#14501 from meeseeksmachine/auto-backport-of-pr-14451-on-v2.2.x
Backport PR#14451 on branch v2.2.x (FIX: return points rather than path to fix regression)
2 parentsd84ed49 +2227d55 commitcf30f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lib/matplotlib/lines.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,10 +811,10 @@ def draw(self, renderer):
811811
self.recache()
812812
self._transform_path(subslice)
813813
tpath,affine= (self._get_transformed_path()
814-
.get_transformed_path_and_affine())
814+
.get_transformed_points_and_affine())
815815
else:
816816
tpath,affine= (self._get_transformed_path()
817-
.get_transformed_path_and_affine())
817+
.get_transformed_points_and_affine())
818818

819819
iflen(tpath.vertices):
820820
# subsample the markers if markevery is not None

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp