Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe54f99

Browse files
committed
Set markers to same alpha value as line
svn path=/trunk/matplotlib/; revision=3347
1 parent d3d00b2 commit fe54f99

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
2007-06-01 Fix mathtext position in svg backend. - NN
1+
2007-06-02 Set markers to same alpha value as line. - NN
2+
3+
2007-06-02 Fix mathtext position in svg backend. - NN
24

35
2007-06-01 Deprecate Numeric and numarray for use as numerix. Props to
46
Travis -- job well done. - ADS

lib/matplotlib/lines.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ def draw(self, renderer):
444444
else:
445445
gc.set_foreground(self._markeredgecolor)
446446
gc.set_linewidth(self._markeredgewidth)
447+
gc.set_alpha(self._alpha)
447448
funcname = self._markers.get(self._marker, '_draw_nothing')
448449
markerFunc = getattr(self, funcname)
449450
markerFunc(renderer, gc, xt, yt)

0 commit comments

Comments
 (0)