Skip to content

Feature request: enable color aesthetic on Geom.label #638

@amellnik

Description

@amellnik

It's not just that I would like to plot a rainbow mess of emoji, but also that this gives us a way to make simple scatter plots with more than one symbol.

This would break some existing plots that are currently using labels in the same layer as a Geom that uses color like

plot(dataset("ggplot2", "mpg"), x="Cty", y="Hwy", label="Model", color="Drv", Geom.point, Geom.label)

but it could still be done with two layers. If this seems like a good idea I should be able to put together a diff.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions