Skip to content

Commit

Permalink
added alpha transparency, thanks smerkel
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwright committed Apr 22, 2017
1 parent 8601141 commit 6ec555c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageD11/twodplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def replot(self):
else:
ret = self.a.plot(item.x[:self.maxpoints],item.y[:self.maxpoints],pc)
else:
ret = self.a.plot(item.x,item.y,pc)
ret = self.a.plot(item.x,item.y,pc,alpha=0.25)
except:
print "plotting exception ignored"
if self.xr!=None:
Expand Down
File renamed without changes.

0 comments on commit 6ec555c

Please sign in to comment.