Skip to content

Documentation fixes for coord_radial(). #6863

@iangow

Description

@iangow
  1. The placement of "superseded" here seems misleading, as it sits next to geom_radial(), which actually supersedes geom_polar().

  2. Is the behaviour of the last example (code below) doing what you want it to do? (There are points displayed outside the "plot area", for example.) Or is the intention to have something more like the image below (taken from a Plotnine example here).

  3. The examples don't fully exercise geom_radial(). I collected some examples (for Plotnine) here. I understand that might be too elaborate for the documentation.

Image
ggplot(mtcars, aes(disp, mpg)) +
  geom_point() +
  coord_radial(
    start = -0.4 * pi,
    end = 0.4 * pi, inner.radius = 0.3,
    thetalim = c(200, 300),
    rlim = c(15, 30),
  )

Metadata

Metadata

Assignees

No one assigned

    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