Closed vrodriguezf closed 3 years ago
In GitLab by @lgs on Nov 6, 2020, 11:31
assigned to @lgs
In GitLab by @lgs on Nov 6, 2020, 17:02
I have updated the shiny app to zoom the embedding plot. It was impossible to use the mouse wheel because ggplot objects do not register that mouse event.
I have updated the UI to incorporate zoom capabilities by changing the xlim and ylim parameters of the ggplot object, as well as incorporating new features to change the appearance of the graph elements (alpha values or point size) with reactivity.
I have grouped all those inputs into a drop-down button (from the ShinyWidgets library) and improved the appearance.
In GitLab by @lgs on Nov 6, 2020, 17:13
mentioned in commit bc1da4b307c006e95f112f206707f2947d12adbc
In GitLab by @lgs on Nov 6, 2020, 17:32
mentioned in commit b96f2071998b9b30a2d947274b5d0bfeff7cecbd
In GitLab by @lgs on Nov 6, 2020, 17:33
mentioned in merge request !14
In GitLab by @lgs on Nov 6, 2020, 17:41
mentioned in merge request !15
In GitLab by @lgs on Nov 6, 2020, 17:43
mentioned in commit 35d8ce082d0d32e2c3f138ec2918b50dc6477d9f
In GitLab by @vrodriguezf on Nov 6, 2020, 11:14
If possible, using the mouse wheel would be great for this, otherwise a couple of +/- buttons can make the trick.