I'm using the package Plots with the pyplot backend. By default, errorbars are black. How can I change their color? I want to set it to the same color as the line itself (which should be the default behaviour imho).
using Plots
plot(1:3,1:3,yerr=0.1) # produces a blue line with black errorbars