Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Polar visualization. #44

Open
JFerrerBeired opened this issue Mar 16, 2021 · 1 comment
Open

Add Polar visualization. #44

JFerrerBeired opened this issue Mar 16, 2021 · 1 comment
Assignees

Comments

@JFerrerBeired
Copy link
Collaborator

Create a new plot type (child of ScatterChartBase) that allows for polar representation:

enter image fhere

It will take a call to plot_funciton like the other ScatterChartBase childs, but instead of using x and y it will use phi and r representing the angle and radius (distance from the center).

I still have to think, however, on the particular implementation, since some things will have to be completely changed (like the tics positions), but most of the other functions should be reusable in the current cartesian form.

@JFerrerBeired JFerrerBeired created this issue from a note in Proposals and Features (To do) Mar 16, 2021
@JFerrerBeired JFerrerBeired self-assigned this Mar 16, 2021
@fenix-hub
Copy link
Owner

Why should this be a child of ScatterChartBase ? Inheriting from Chart should give you right the base you need to do less changes in the future.
Also if you might need it take a look at RadarChart which is already implemented and very similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants