Stereographic Sun Diagram matplotlib polar plot python
问题 I am trying to create a simple stereographic sun path diagram similar to these: http://wiki.naturalfrequency.com/wiki/Sun-Path_Diagram I am able to rotate a polar plot and set the scale to 90. How do I go about reversing the y-axis? Currently the axis goes from 0>90, how do I reverse the axis to 90>0 to represent the azimuth? I have tried: ax.invert_yaxis() ax.yaxis_inverted() Further, how would I go about creating a stereographic projection as opposed to a equidistant? My code: import