The following produces an arc instead of a line. What am I doing wrong? ax = axes(polar=True,rmax=1.0) polar([1,2],[0.2,0.3]) #or plot([1,2],[0.2,0.3])
View entire thread