I'm trying to index something based on its distance from the origin. It's a scatter graph with color radians, in a way, where the background needs to be mapped. Kinda like this:
Is there any way to fill in the spaces, so to speak?
Asked
Active
Viewed 45 times
0

Stidgeon
- 2,673
- 8
- 20
- 28
-
1What do you mean by "fill in the spaces"? Like this? https://i.stack.imgur.com/oYXUE.png – Pranav Hosangadi Jul 06 '21 at 15:34
-
Yes, exactly like that! – Lala Baxter Jul 07 '21 at 07:36
-
Does this answer your question? [plot a circle with pyplot](https://stackoverflow.com/questions/9215658/plot-a-circle-with-pyplot) If you share your code that creates the plot you showed, maybe people can give more specific help, but the general idea is that you plot circles from out to in and then set the x and y limits of the axes – Pranav Hosangadi Jul 07 '21 at 14:30