I found an extra grey line behind the quantile plot, which is slightly different from the results in https://flr-project.org/ggplotFL/reference/geom_flquantiles.html ``` data(ple4) flq <- rnorm(250, catch(ple4), 200000) ggplot(flq, aes(x=date, y=data)) + geom_flquantiles(probs=c(0.25, 0.75), fill="red", alpha=0.25) ```  