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
Hey @margoal1, the -100% (-1) points disappear when using geom_jitter(), but not when using geom_point(). Compare the two plots below. I'm not sure if this is xgx's fault or ggplot2's fault, but just wanted to raise the issue.
One other comment, I don't like the default breaks for xgx_scale_y_percentchangelog10(). Would much prefer it be (-75%, -50%, 0%, 50%, 100%) than what's shown above. In my code, I've fixed it just by setting my own breaks, but I think this could potentially be automated to choose something better.
Hey @margoal1, the -100% (-1) points disappear when using geom_jitter(), but not when using geom_point(). Compare the two plots below. I'm not sure if this is xgx's fault or ggplot2's fault, but just wanted to raise the issue.
The text was updated successfully, but these errors were encountered: