Skip to content

Closed arrow on axis.line is not filled #2922

Closed
@martisak

Description

@martisak

The arrow on axis.line is not filled when the type is set to "closed", however other arrows of the same type are filled. See example.

library(tidyverse)

arrow = arrow(angle=10, type = "closed")
ggplot(iris, aes(x=Sepal.Length, y=Sepal.Width, color=Species)) +
    geom_point() +
    theme(axis.line = element_line(arrow=arrow)) +
    annotate("segment", x = 3, xend = min(iris$Sepal.Length), y = 4, yend = 3, arrow=arrow)

Created on 2018-10-01 by the reprex package (v0.2.1)

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