ggfx
ggfx copied to clipboard
'color' doesn't work in with_outer_glow()
I have only tried this with with_outer_glow()
:
colour
works, but not color
π
ggplot() +
with_outer_glow(
geom_point(aes(x = 0, y = 0), size = 10),
color = "red",
expand = 10
)
ggfx is decidedly British π
When you say "decidedly", is that British too?
(Or would you accept some hero's PR to bring color to us?)
In the British sense, yesπ
No, I'll not accept a PR no matter how heroic, because it's sets a precedence for what a user can expect from naming and I would forever be required to add and support US and UK spelling in all functions.
Maintaining ggplot2 I can say that this is not fun