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 f9f7d52 + 3251c3a commit ccc35b0Copy full SHA for ccc35b0
1 file changed
lib/matplotlib/lines.py
@@ -797,6 +797,7 @@ def draw(self, renderer):
797
gc.set_alpha(rgbaFace[3])
798
else:
799
gc.set_alpha(self.get_alpha())
800
+ gc.set_antialiased(self._antialiased)
801
802
marker = self._marker
803
tpath, affine = transf_path.get_transformed_points_and_affine()
0 commit comments