Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 278ee47

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎lib/matplotlib/lines.py

Copy file name to clipboardExpand all lines: lib/matplotlib/lines.py
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.