On 04/20/2010 10:29 AM, Ryan May wrote:
> On Tue, Apr 20, 2010 at 8:58 AM, Nikolaus Rath wrote:
>> Hello,
>>
>> I'm trying to plot something from 0 to 2pi:
>>
>>fig = plt.figure()
>>ax = fig.add_subplot(111)
>>ax.set_title('Radial Magnetic Field')
>>ax.set_ylabel(r'Poloidal Angle $
On Tue, Apr 20, 2010 at 8:58 AM, Nikolaus Rath wrote:
> Hello,
>
> I'm trying to plot something from 0 to 2pi:
>
> fig = plt.figure()
> ax = fig.add_subplot(111)
> ax.set_title('Radial Magnetic Field')
> ax.set_ylabel(r'Poloidal Angle $\theta$')
> ax.set_xlabel(r'Toroidal Angle $\ph
Hello,
I'm trying to plot something from 0 to 2pi:
fig = plt.figure()
ax = fig.add_subplot(111)
ax.set_title('Radial Magnetic Field')
ax.set_ylabel(r'Poloidal Angle $\theta$')
ax.set_xlabel(r'Toroidal Angle $\phi$')
ax.set_xticks([0, 2 * math.pi])
ax.set_xticklabels([