Using plot
command in MonteCarloMeasurements.jl package, I have a plot of mean function and a shaded area showing the (0.025,0.0975) quantiles.
How can I change the width (or line style) of the mean curve? I tried already with the option, for example, ls=:dash
in plot
command, but then all other curves also change to be dashed.
Thank you.