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

Adjust the size and get coordinates with renderSvgPanZoom ? #16

Open
charlottesirot opened this issue Sep 27, 2016 · 0 comments
Open

Adjust the size and get coordinates with renderSvgPanZoom ? #16

charlottesirot opened this issue Sep 27, 2016 · 0 comments

Comments

@charlottesirot
Copy link

Dear Kent,

First I would like to thank you very much for the great job that you did! Very helpful !
I would like to know if it could be possible to:

  1. Adjust the size of the graph in the shiny app like that:

output$main_plot <- renderSvgPanZoom({
p <- ggplot(data.df, aes(x = Axis1, y = Axis2, shape = Plant, color = Type)) + geom_point(size = 5)
svgPanZoom(p, controlIconsEnabled = T)
}, height = 200, width = 400)

  1. Use a locator to get the coordinates ?

Again thank you very much !

Charlotte

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