Re: [Matplotlib-users] yaxis labels using subplot

2008-09-17 Thread Jae-Joon Lee
I believe that "set" function in matplotlib has been deprecated (because "set" is now python builtin). Instead, you have to use "setp". Setting "xticks" (or "yticks") changes the tick locations. If you're trying to turn off only the labels, you may use use setp(gca().get_yticklabels(), visible=F

[Matplotlib-users] yaxis labels using subplot

2008-09-17 Thread Nicholas Stephens
Hi all, Actually this is more like two problems :-) I am trying to turn off the yaxis labels on the right hand side figure generated via subplot. After some trial and error it seems that I should be able to change these settings using the set command. For example you should be bale to do the