ggplot2 icon indicating copy to clipboard operation
ggplot2 copied to clipboard

Export `datetime_scale`

Open coolbutuseless opened this issue 4 years ago • 1 comments

datetime_scale() is not currently exported, but may be required when writing extensions to ggplot. E.g. Writing new sclaes for custom geoms etc.

All other scales are exported. i.e. continuous_scale(), discrete_scale() and binned_scale()

Could datetime_scale also be exported?

coolbutuseless avatar Dec 21 '21 20:12 coolbutuseless

Sure. Do you want to do a PR?

hadley avatar Mar 14 '22 20:03 hadley