Skip to content

Support more than 6 shapes for geom_point() #6305

Closed
@hsiaoyi0504

Description

@hsiaoyi0504

More than 6 shapes will be empty in the current implementation

library(ggplot2)
m <- matrix(rnorm(20) , nrow = 10)
m <- as.data.frame(m)
colnames(m) <- c("x", "y")
m$num <- as.character(1:nrow(m))

ggplot(m, aes(x, y, shape=num)) +
  geom_point()

Image

Similar issue discussed on StackOverflow: https://stackoverflow.com/questions/26223857/more-than-six-shapes-in-ggplot

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