-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Currently, with col.color the user has to provide actual color names. It would be more convenient if a data attribute could be mapped to color. As in ggplot with ggplot(iris, aes(..., color=Species) + geom_point()
E.g. I have a column with event type, and I'd love to color all events of the same type using the same color.
Reactions are currently unavailable