You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a general problem in ggplotly with expressions not translated: plotly/plotly.R#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.
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
The text was updated successfully, but these errors were encountered: