Skip to content

Commit ccc35b0

Browse files
authored
Merge pull request #10833 from anntzer/marker-antialiasing
Propagate marker antialias setting to GraphicsContext.
2 parents f9f7d52 + 3251c3a commit ccc35b0

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
@@ -797,6 +797,7 @@ def draw(self, renderer):
797797
gc.set_alpha(rgbaFace[3])
798798
else:
799799
gc.set_alpha(self.get_alpha())
800+
gc.set_antialiased(self._antialiased)
800801

801802
marker = self._marker
802803
tpath, affine = transf_path.get_transformed_points_and_affine()

0 commit comments

Comments
 (0)