Re: [Matplotlib-users] Draw twin axes below main axes

2009-10-13 Thread Jae-Joon Lee
On Tue, Oct 13, 2009 at 2:52 AM, Georg Brandl wrote: > BTW, from Gnuplot I missed the ability to press "q" to close a figure window > and wrote a custom key handler to do that; would it make sense to add that > by default? gui and event handling is not my field, but as far as it is easily customi

Re: [Matplotlib-users] Draw twin axes below main axes

2009-10-12 Thread Georg Brandl
Jae-Joon Lee schrieb: > On Fri, Oct 9, 2009 at 10:55 AM, Georg Brandl > wrote: >> Hi, >> >> I want to make a plot with ordinary subplots, each of which has a >> second axes set created with twinx(). Now, the second axes are >> always drawn over the first, but I want the "main" data, which is >>

Re: [Matplotlib-users] Draw twin axes below main axes

2009-10-12 Thread Jae-Joon Lee
On Fri, Oct 9, 2009 at 10:55 AM, Georg Brandl wrote: > Hi, > > I want to make a plot with ordinary subplots, each of which has a > second axes set created with twinx().  Now, the second axes are > always drawn over the first, but I want the "main" data, which is > associated with the left Y axis,