Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a488cbc + b1475f8 commit adc9f82Copy full SHA for adc9f82
1 file changed
lib/matplotlib/backends/backend_pgf.py
@@ -490,7 +490,7 @@ def draw_path(self, gc, path, transform, rgbFace=None):
490
491
# combine clip and path for clipping
492
self._print_pgf_clip(gc)
493
- self._print_pgf_path(gc, path, transform)
+ self._print_pgf_path(gc, path, transform, rgbFace)
494
writeln(self.fh, r"\pgfusepath{clip}")
495
496
# build pattern definition
0 commit comments