You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.