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
The location of the rugs is contained in the sides parameter of geom_rug. The parameters of a geom are not passed to the coordinate system and so it cannot manipulate them.
The text was updated successfully, but these errors were encountered:
has2k1
added a commit
to has2k1/ggplot2
that referenced
this issue
Nov 9, 2018
The rugs in `geom_rug` are drawn along an axis depending the
`sides` parameter. Since the coordinate system does not alter
the `geom` parameters, the `geom` has to alter any parameters
that determine where the geoms are plotted.
fixestidyverse#2987
* Fix geom_rug + coord_flip
The rugs in `geom_rug` are drawn along an axis depending the
`sides` parameter. Since the coordinate system does not alter
the `geom` parameters, the `geom` has to alter any parameters
that determine where the geoms are plotted.
fixes#2987
* Explain why geom_rug flips the sides
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/
lockbot
locked and limited conversation to collaborators
May 10, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Created on 2018-11-08 by the reprex package (v0.2.1)
Problem
The location of the rugs is contained in the
sides
parameter ofgeom_rug
. The parameters of a geom are not passed to the coordinate system and so it cannot manipulate them.The text was updated successfully, but these errors were encountered: