Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python change plot transparency

# Basic syntax:
plt.plot(data, alpha=0.5)

# Note, the alpha parameter goes from 0 (fully transparent) to 1 
# 	(fully solid). It is especially useful when plotting overlapping
# 	histograms. 
Source by www.kite.com #
 
PREVIOUS NEXT
Tagged: #python #change #plot #transparency
ADD COMMENT
Topic
Name
9+5 =