Matplotlib Polar Plot Angles/Axes

afrogazer justin.kuto at gmail.com
Fri Sep 26 16:33:42 EDT 2008


In my rush I seem to have overlooked that, maybe because it's Friday
afternoon. Converting the degrees to radians fixed it:

rad_angles = [elem*(pi/180) for elem in angles]

Thanks,



More information about the Python-list mailing list