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
create a fixed aspect ratio for the activity line chart. plotly is unable to do this, ggplot can easily handle this with the coord_fixed() function in the ggplot() environment.
create a fixed aspect ratio for the activity line chart. plotly is unable to do this, ggplot can easily handle this with the
coord_fixed()function in the ggplot() environment.