Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit adc9f82

Browse files
committed
Merge pull request #4308 from gluap/patch-1
BUG : pass rgba value to _print_pgf_face fixes #2885, fixes #3935, fixes #3693, for hatched fill
2 parents a488cbc + b1475f8 commit adc9f82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)