-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
Function translate_shape_string()
or a replacement of it is needed in packages extending 'ggplot2' with geoms that accept the shape aesthetic, such as my package 'ggpp'. I have copied the definition of translate_shape_string()
from 'ggplot2' into 'ggpp' but this could lead to inconsistencies in the future, for example in error handling and messages.
It would be convenient if 'ggplot2' would export this function, although the workaround of redefining it when needed is obviously fully functional.
smouksassi and teunbrand