Skip to content

Alpha value lost with scale_colour_manual #335

@hadley

Description

@hadley
dat <- data.frame(x = 1:10,y = 1:10,grp = rep(letters[1:2],length.out
= 10))

ggplot(dat,aes(x = x,y = y)) +
       geom_point(aes(colour = grp)) +
       scale_colour_manual(values = c('#FF00001A','#0000FF1A'))

reported by Joran.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions