Skip to content

Incorrect appearance of stacked density plot in polar coordinates #1375

@ASmirnov-HORIS

Description

@ASmirnov-HORIS

Example:

data = {
    'x': [1, 1, 1, 2],
    'g': ['a', 'a', 'b', 'b']
}
ggplot(data) + \
    geom_density(aes(x='x', fill='g'), position='stack') + \
    coord_polar()

Output:

Expected:

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions