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 issue is a proposal to include a little bit more details on how the x and width pairs and y and height pairs of aesthetics interact. I've seen enough confusion on this topic that I think this warrants a little section in ?aes_position.
Should basically point out:
x and y are point-based locations
width and height are length-based dimensions
location-based aesthetics have scales and respond to transformation
length-based aesthetics do not have scales and are applied after transformation
Give concrete example that x = 10, width = 2 equates to xmin = 9, xmax = 11 under identity scales, but to xmin = 1, xmax = 100 under log10-scales.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
This issue is a proposal to include a little bit more details on how the
x
andwidth
pairs andy
andheight
pairs of aesthetics interact. I've seen enough confusion on this topic that I think this warrants a little section in?aes_position
.Should basically point out:
x
andy
are point-based locationswidth
andheight
are length-based dimensionsx = 10, width = 2
equates toxmin = 9, xmax = 11
under identity scales, but toxmin = 1, xmax = 100
under log10-scales.The text was updated successfully, but these errors were encountered: