From: Matt F. <mat...@gm...> - 2008-12-01 20:01:17
|
On Wed, Nov 26, 2008 at 7:11 AM, Nils Wagner <nw...@ia...> wrote: > Hi all, > > I would like to visualize the ovality of a perturbed > circular path by a polar plot. > How can I improve the view wrt to scaling and ticks ? Is: from pylab import ylim, ytics figure(2) polar(theta,(r+noise)/r) ylim(0, 2) yticks(arange(0, 2, 0.25)) show() The kind of thing you're after? Cheers, Matt -- Matt Foster | http://hackerific.net |