Skip to content

Add "end" parameter to coord_polar to allow non-complete polar plots #4462

@JohannesNE

Description

@JohannesNE

It would be useful to allow non-complete polar plots. E.g. half or quarter plots. This could be parameterized with coord_polar(start = -pi/2, end = pi/2, direction = -1) and coord_polar(start = -pi/2, end = 0, direction -1) respectively.

This would also allow a more intuitive placement of the radial axis.

Examples:
Half:

Quarter:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions