Re: [Matplotlib-users] Polar Photometry Plots?

2010-03-03 Thread R Fritz
).translate(-.5*np.pi,0) + PolarAxes.PolarTransform() > > ax = PolarAxes2(fig, [0.1, 0.1, 0.8, 0.8], axisbg='#d5de9c') > ax = fig.add_axes(ax) > > Regards, > > -JJ > > > On Tue, Mar 2, 2010 at 8:44 PM, R Fritz wrote: > > You can see an example on the secon

Re: [Matplotlib-users] Polar Photometry Plots?

2010-03-02 Thread R Fritz
it but not much luck. > Is it like a polar plot without the bottom half? > > Regards, > > -JJ > > On Tue, Mar 2, 2010 at 1:48 AM, R Fritz wrote: > > I'd like to be able to generate type C photometry plots with > > matplotlib. The standard co-ordinate system

[Matplotlib-users] Polar Photometry Plots?

2010-03-01 Thread R Fritz
I'd like to be able to generate type C photometry plots with matplotlib. The standard co-ordinate system for these has 0 degrees at the bottom (nadir) of the plot, with values increasing counterclockwise. Is there anyway I can transform the co-ordinates that matplotlib uses to do this? -- Rand