Re: [Matplotlib-users] placing xlabel in the correct place when using tick_top

2009-08-12 Thread Jae-Joon Lee
http://matplotlib.sourceforge.net/search.html?q=set_label_position&check_keywords=yes&area=default ax2.xaxis.set_label_position("top") ax2.yaxis.set_label_position("right") Regards, -JJ On Thu, Aug 13, 2009 at 12:10 AM, Duncan Mortimer wrote: > Hi all, > > I'm trying to produce a graph in whic

Re: [Matplotlib-users] placing xlabel in the correct place when using tick_top

2009-08-12 Thread Duncan Mortimer
Hi all, I'm trying to produce a graph in which two different sets of axes are superimposed, with both x- and y- ticks taking on different ranges. I've managed to get the first set of axes to place its ticks on the bottom and left of the figure, and the second set to place its ticks on the top and