Skip to content

Point shape mismatch between plot and legend #8

@yihui-bot

Description

@yihui-bot

### Shape by a variable
```{r}
g2(iris, x = 'Sepal.Width', y = 'Sepal.Length', shape = 'Species') |>
mark_point()
```

the shapes in the legend and those used in the plot don't match: the legend shows squares, up/down triangles, but the plot uses circles, diamonds, and hexagons

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions