Skip to content

Some shape types inherit fill when they shouldn't #537

Closed
@cpsievert

Description

@cpsievert
df_shapes <- data.frame(shape = factor(0:24))
p <- ggplot(df_shapes, aes(shape=shape)) +
      geom_point(aes(shape=shape, x=0, y=0), size=5, fill="red") +
      facet_wrap(~shape) +
      scale_shape_manual(values=df_shapes$shape, guide="none")

rplot

ggplotly(p)

newplot

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions