Open angoodkind opened 5 years ago
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:
I cannot integrate this with custom images for scatterplot points. This code:
results in this output: