Closed
Description
Currently, one can set default line properties like color, marker style, line width, etc. with mpl.rcParams
. However, the ability to set a default line alpha seems to be missing. It would be great to have 'lines.alpha'
as a key in the rcParams
dict, similar to 'lines.color'
, 'lines.marker'
, etc.