Hi Plotly developer, a=ggplot(new_to_plot, aes(x=days, y=value,color = cohort)) + geom_errorbar(aes(ymin=value-se, ymax=value+se), width=.1,position=pd) + geom_line(position=pd) + geom_point(size=2) + xlab(xlabel)+ylab(ylabel)+ggtitle(title) ggplotly(a) The legend only shows characters without any lines or points and error bars. Please advise 