Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conversion not implemented for geom_histogram #35

Closed
jjborrelli opened this issue May 21, 2014 · 1 comment
Closed

conversion not implemented for geom_histogram #35

jjborrelli opened this issue May 21, 2014 · 1 comment

Comments

@jjborrelli
Copy link

 data <- data.frame(x = rnorm(100))
 g <- ggplot(data, aes(x = x, y = ..density..)) + geom_histogram(binwidth = .5)
 r <- py$ggplotly(g)

gives the following error:

Error in gg2list(gg) : No exportable traces
In addition: Warning message:
In layer2traces(L, df, misc) :
Conversion not implemented for geom_histogram (basic geom_histogram), ignoring.
Please open an issue with your example code at https://github.com/ropensci/plotly/issues

@msund
Copy link
Contributor

msund commented Jul 9, 2014

Hey @jjborrelli, this works now: https://plot.ly/~ggplot2examples/229/. Does that do it?

@mkcor mkcor closed this as completed Jan 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants