[Matplotlib-users] Problems with yticklabels in combination with the mpl toolkits

2009-10-14 Thread reyungoo
Hi everyone, I try to make a simple subplot with yticklabels on the left and right side. Everthing is allright, if I use the subplot command, but I need the Subplot command from the mpl toolkits in order to hide some axis. The code below doesn't work for me. Setting label2On=True or False has no

Re: [Matplotlib-users] Problems with yticklabels in combination with the mpl toolkits

2009-10-14 Thread Jae-Joon Lee
If what you want is just to hide some axis, I (as a developer of axes_grid toolkit) strongly recommend you to stick with the mainline matplotlib. You can easily do it with spines. http://matplotlib.sourceforge.net/examples/pylab_examples/spine_placement_demo.html axes_grid toolkit uses