You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: