On Sunday 16 November 2008, John Hunter said something like:
> When you share an axis, the formatters and locators are shared as
> well.  I'm not sure if this is idea, but this is the way it is.  If
> you want to turn off the tick labels for ax2, the trick is to make
> them invisible, because the tick properties are not shared.  So
> instead of using the NullLocator, do
>
> for label in ax2.get_xticklabels():
>     label.set_visible(False)

I figured it was something simple.

Thanks again!

j

-- 
Joshua Kugler
Part-Time System Admin/Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0xDB26D7CE

-------------------------------------------------------------------------
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 prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to