On Tue, Oct 20, 2009 at 4:43 PM, Thomas Robitaille
<thomas.robitai...@gmail.com> wrote:
> ax.xaxis.set_major_formatter(NullFormatter)

http://matplotlib.sourceforge.net/api/axis_api.html?highlight=set_major_formatter#matplotlib.axis.Axis.set_major_formatter

An instance of NullFormatter is needed, instead of the class itself.

ax.xaxis.set_major_formatter(NullFormatter())

-JJ

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to