plotly / plotly.R

An interactive graphing library for R
https://plotly-r.com
Other
2.57k stars 627 forks source link

geom_rasterann #401

Closed Emaasit closed 8 years ago

Emaasit commented 8 years ago

I am trying to use plotly with ggmap (an extension of ggplot2 for maps). For example, when I execute this code, i get an error. paris <- get_map(location = "paris") m <- ggmap(paris, extent = "normal") ggplotly(m)

Warning message: In layer2traces(L, df, misc) : geom_rasterann has yet to be implemented in plotly. If you'd like to see this geom implemented, Please open an issue with your example code at https://github.com/ropensci/plotly/issues

cpsievert commented 8 years ago

Duplicate of #13