Try "ax.set_xticks([])", I think that works for 2D plots.

Ben Root

On Thu, Jun 17, 2010 at 11:22 AM, Jeff Perry <jef...@gmail.com> wrote:

> can someone tell me how to turn off the tick marks on my plot?
>
> i tried this
>
>    [line.set_marker('None') for line in ax.get_xticklines()]
>
> but this turns off the labels too.  i don't want to turn off the
> labels, just the tick marks.
>
> someone also suggested this
>
>   ax.xaxis.set_major_locator(pylab.NullLocator())
>
> but it also turns off the labels
>
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit.  See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to