|
From: plaf <pla...@gm...> - 2009-08-03 02:19:38
|
Hi all, I have been trying both ways of plotting polar and found that they behave differently? Is it just me? I have sets of theta and R to plot, and when I plotted in console using polar() it produces different plot (!) than when I used ax.plot() from my application. I compared this with the plot produced in Matlab using the same sets of data, and found that it looked closer to my plot produced using polar(). I am confused :( Thank you -- View this message in context: http://www.nabble.com/polar%28%29-is-not-equal-to-ax.plot-%28where-ax-is-a-PolarAxes%29--tp24784409p24784409.html Sent from the matplotlib - users mailing list archive at Nabble.com. |