8000 Merge pull request #10833 from anntzer/marker-antialiasing · matplotlib/matplotlib@278ee47 · GitHub
[go: up one dir, main page]

Skip to content

Commit 278ee47

Browse files
timhoffmtacaswell
authored andcommitted
Merge pull request #10833 from anntzer/marker-antialiasing
Propagate marker antialias setting to GraphicsContext.
1 parent 636a06d commit 278ee47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/lines.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,7 @@ def draw(self, renderer):
800800
gc.set_alpha(rgbaFace[3])
801801
else:
802802
gc.set_alpha(self.get_alpha())
803+
gc.set_antialiased(self._antialiased)
803804

804805
marker = self._marker
805806
tpath, affine = transf_path.get_transformed_points_and_affine()

0 commit comments

Comments
 (0)
0