Re: [Matplotlib-users] xticks in a polar plot

2008-12-03 Thread Ryan May
Nils Wagner wrote: > Hi all, > > How can I suppress xticks in a polar plot ? import matplotlib.pyplot as plt from matplotlib.ticker import NullFormatter ax = plt.subplot(1, 1, 1, polar=True) ax.xaxis.set_major_formatter(NullFormatter()) plt.show() Ryan -- Ryan May Graduate Research Assistant

[Matplotlib-users] xticks in a polar plot

2008-12-03 Thread Nils Wagner
Hi all, How can I suppress xticks in a polar plot ? Nils - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand p