I am plotting some time series and the error bars (geom_errorbar
) showing the SD of the means. I am using ggplot
and I want to make the error bars visible in the legend, like this below (done in MatLab):
Is it possible?
I am plotting some time series and the error bars (geom_errorbar
) showing the SD of the means. I am using ggplot
and I want to make the error bars visible in the legend, like this below (done in MatLab):
Is it possible?