Closed
Description
In attempting to refactor the guide code to work with position guides, I found 8 definitions of what is a position aesthetic, only one of which is used by is_position_aes()
.
Lines 176 to 177 in 1f6f0cb
Line 83 in 1f6f0cb
Line 102 in 1f6f0cb
Line 63 in 1f6f0cb
Line 54 in 1f6f0cb
Lines 42 to 43 in 1f6f0cb
Line 142 in 1f6f0cb
Line 179 in 1f6f0cb
Line 291 in 1f6f0cb
Is there a reason that any of these definitions should be different from the one in scale_(x|y)_continuous()
?