Skip to content

Artefacts with overlapping pies #32

Description

@dramanica

In some instances, ovelapping pies are clipped incorrectly. Here is a simple reproducible example:

df<-data.frame(lat=c(1,1.5),long=c(2,2.1),A=c(0.2,0.5),B=c(0.7,0.4),C=c(0.1,0.1))
ggplot()+geom_scatterpie(aes(x=long,y=lat),cols=c("A","B","C"),data=df,pie_scale=150)+coord_equal()

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions