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

Commitadc9f82

Browse files
committed
Merge pull request#4308 from gluap/patch-1
BUG : pass rgba value to _print_pgf_facefixes#2885,fixes#3935,fixes#3693, for hatched fill
2 parentsa488cbc +b1475f8 commitadc9f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/matplotlib/backends/backend_pgf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def draw_path(self, gc, path, transform, rgbFace=None):
490490

491491
# combine clip and path for clipping
492492
self._print_pgf_clip(gc)
493-
self._print_pgf_path(gc,path,transform)
493+
self._print_pgf_path(gc,path,transform,rgbFace)
494494
writeln(self.fh,r"\pgfusepath{clip}")
495495

496496
# build pattern definition

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp