isoverse / isoorbi

https://www.isoverse.org/isoorbi
Other
3 stars 1 forks source link

shotnoise plot axis not passing to ggplotly correctly #34

Open brettdavidheiser opened 12 months ago

brettdavidheiser commented 12 months ago

When you plot the shot noise and then pass it to ggplotly for a dynamic graphs the axis become bogus. see attached photos. might be out of scope normal orbi plot ggploty

sebkopf commented 11 months ago

This is a general problem in ggplotly with expressions not translated: https://github.com/plotly/plotly.R/issues/571. The axis labels you see are the log exponents (so -2 = 10^-2 = 0.01, -1 = 10^-1 = 0.1, 0 = 10^0 = 1, 1 = 10^1 = 1, 2 = 10^2 = 100) which can be very confusing, unfortunately.