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

Integrating custom images for scatter plots #4

Open
angoodkind opened this issue Mar 28, 2019 · 0 comments
Open

Integrating custom images for scatter plots #4

angoodkind opened this issue Mar 28, 2019 · 0 comments

Comments

@angoodkind
Copy link

I cannot integrate this with custom images for scatterplot points. This code:

library(ggplot2)
library(ggimage)
library(gg3D)

ggplot(d, aes(x=x, y=y, z=z, color=z)) +
  axes_3D() +
  geom_image(aes(image=image, color=z)) +
  scale_color_gradient(low='burlywood1', high='burlywood4')

results in this output:
bad_gg3d_plot

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

1 participant