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 does not work because geoms have yet not acquired awareness of their orientation. The interim solution if possible is to use coord_flip to flip from the canonical orientation.
I illustrate the problem with the
dots
dataset:Now, I plot with categorical x and continuous y variable:
This worked fine. Now, I swap the x- and y-axis:
Now,
position_dodge
did not work anymore.ggplot2
gives me what I would expect (I execute the following in a Jupyter notebook)Software versions:
The text was updated successfully, but these errors were encountered: