tidyverse/ggplot2

Is element_geom() available yet?

Closed this issue · 3 comments

Sorry to create a whole issue for this, but I see references to element_geom() through out the repo, but it still doesn't seem to be in the development version (v3.5.2.9002) yet. Is there a road map or time table?

I am simply trying to extend a custom theme to change the default fill/color of a geom_point... so nothing major or urgent.

Thanks!

It is in the development version, right here:

element_geom <- S7::new_class(

It is in the planning to be released soon.

I am simply trying to extend a custom theme to change the default fill/color of a geom_point

That is exactly the kind of thing it was designed to do :)

Excellent, thanks so much for the quick reply. I'm looking forward to using it. I assume it will be in the 4.0.0 release?

Yes that's right