Quote:
Originally Posted by Gavin Harper
I am likely missing something shockingly obvious, since I can plot polar coordinates without an issue.
I would like to plot a Unit Circle (Radius of 1, I can somehow only plot a radius of 6).
I know this is entirely my own inexperience with Matplotlib but if anyone can shed some light, I would appreciate it.
|
You don't provide enough specifics, e.g. no source code, no error messages, etc.
My most likely stupid guess is: 6 is close to 2 * pi, so probably you, while trying to plot an arc, swapped radius and angle.