We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example
library(plotly) r <- as.raster(matrix(hcl(0, 80, seq(50, 80, 10)), nrow = 4, ncol = 5)) # embed the raster as an image p <- plot_ly(x = 1, y = 1) %>% layout( images = list(list( source = raster2uri(r), xref = "paper", yref = "paper", x = 0, y = 0, sizex = 0.5, sizey = 0.5, xanchor = "left", yanchor = "bottom" )) ) subplot(p, p)
The text was updated successfully, but these errors were encountered:
Have subplot() accumulate images and reposition paper coords, addresses
3ed3dd4
#1332
TODO:
Sorry, something went wrong.
1720f9f
No branches or pull requests
For example
The text was updated successfully, but these errors were encountered: