How do I convert this ggplot plot to plotly?
ggplot() + geom_point(data=mydata,aes(x=Ymd,y=Magnitude,col=Validation_Flag)) +
geom_errorbar(data=starDust,aes(x=Ymd,ymin=Brighter,ymax=Fainter))
How do I convert this ggplot plot to plotly?
ggplot() + geom_point(data=mydata,aes(x=Ymd,y=Magnitude,col=Validation_Flag)) +
geom_errorbar(data=starDust,aes(x=Ymd,ymin=Brighter,ymax=Fainter))