Skip to content

geom_path(linejoin = "mitre") #2399

Closed
Closed
@behrman

Description

@behrman

The code below does not mitre the path segments as in geom_path() documentation.

Bill

suppressMessages(library(tidyverse))

tibble(x = 0:2, y = c(0, 1, 0), size = c(8, 4, 4)) %>% 
  ggplot(aes(x, y, size = size)) +
  geom_path(linejoin = "mitre") +
  scale_size(range = c(4, 8)) +
  coord_fixed()

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