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

Couple of questions about the library #218

Open
cperezln opened this issue Dec 21, 2022 · 0 comments
Open

Couple of questions about the library #218

cperezln opened this issue Dec 21, 2022 · 0 comments
Labels

Comments

@cperezln
Copy link

So I've been working with this API for almost 2 weeks right now and it's pretty cool, but I have a couple of questions about regular use.
The only way to get the information of each degree of the circle is by dividing nsector in 360? Because I would like to make 4 agroupations where each one has a 25% of the density, and the only way I found so far is to do nsector = 360 and then iterate through np.sum(the ax._info['table']) array and "accumulate" step by step till 25%. If there is an easier way to do this please lemme know.

Also, how can I draw or remark different lines in the graph? Like, i want to make thicker the NW line, how can I do that? Or if I want to add a line between N and then next line, how can I draw that?

Thanks for your time, I'll appreciate your answers

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

No branches or pull requests

2 participants