This is just a general question. I am interested in more flexibility when modifying a plot line.
I would like to vary the Opacity of an AddPlot line on a subpanel. Using Plots[0] I can vary the Opacity, Width, and Color. My problem with this method color is changed for the entire plot line not just a single or more bars like PlotBrushes[0][0] can. Unfortunately, I have found that PlotBrushes[0][0] does not provide Opacity as a changeable option.
If instead of PlotBrushes[0][0], PlotStrokes[0][0] existed, it could provide color changes, Opacity, and by extension Width all per-bar?
If it is not available now, is it planned? If not, could you shed some light on why not.

Comment