Re: [Matplotlib-users] hammer/aitoff projection-changing the axis

2010-07-07 Thread Benjamin Root
Try out the xlim() function. It can take a tuple of values, or two arguments. Ben Root On Wed, Jul 7, 2010 at 4:57 AM, abbb wrote: > > Hi there, > I am trying to rotate the axis of my hammer plot. They are set to span from > -pi to pi along the x-axis and pi/2 to -pi/2 on the y-axis, however,

[Matplotlib-users] hammer/aitoff projection-changing the axis

2010-07-07 Thread abbb
Hi there, I am trying to rotate the axis of my hammer plot. They are set to span from -pi to pi along the x-axis and pi/2 to -pi/2 on the y-axis, however, I would like the axis to go from 0 to 2*pi on the x-axis. I am using this for the first time, my code is just: subplot(111, projection="hammer