ggfx icon indicating copy to clipboard operation
ggfx copied to clipboard

'color' doesn't work in with_outer_glow()

Open gkaramanis opened this issue 3 years ago β€’ 3 comments

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
  )

Rplot

gkaramanis avatar Mar 18 '21 15:03 gkaramanis

ggfx is decidedly British πŸ™‚

thomasp85 avatar Mar 18 '21 15:03 thomasp85

When you say "decidedly", is that British too? image (Or would you accept some hero's PR to bring color to us?)

jan-glx avatar Jun 24 '21 13:06 jan-glx

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

thomasp85 avatar Jun 24 '21 14:06 thomasp85