Using Plots.jl, I know how to change the line width for the data with attribute “linewidth”. But this does not change the thickness of the lines comprising the error bar. How does one change those?
e.g.:
@df dat plot(:x, :y, yerror = :se, lw = 2)
Using Plots.jl, I know how to change the line width for the data with attribute “linewidth”. But this does not change the thickness of the lines comprising the error bar. How does one change those?
e.g.:
@df dat plot(:x, :y, yerror = :se, lw = 2)
The solution is to use attribute “markerstrokewidth”