Radar Chart does not allow having different scales for each axis · Issue #5527 · matplotlib/matplotlib · GitHub
Skip to content

Radar Chart does not allow having different scales for each axis #5527

Description

@ankur-gupta

I have a use case in which each axis (eg: Sulfate, Nitrate in this example) has a different scale. I don't see an easy way to do this. It looks like RadarAxes is based on PolarAxes which fundamentally uses the same scale for x and y dimensions.

I am new to Python and to me it looks like a new RadarAxes projection can be written from scratch (i.e. not based on PolarAxes) which could allow this.

What do you think ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions