[Matplotlib-users] Draw twin axes below main axes

2009-10-12 Thread Georg Brandl
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, to be in front. (If I understand the code correctly, the zorder d

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,

[Matplotlib-users] Absolute spacing for embedded figure

2008-12-21 Thread Georg Brandl
Hi, I'm currently using Qwt to display a plot in a GUI application, but I'd like to replace it with matplotlib and a shell window, so that the user can not only view the plot but also modify it in-place using pyplot commands. One thing I'd like to do is to adjust the spacing surrounding the plot

Re: [Matplotlib-users] cycling mechanism

2012-01-09 Thread Georg Brandl
On 01/05/2012 05:58 PM, Benjamin Root wrote: > > > On Thu, Jan 5, 2012 at 10:40 AM, Benjamin Root > wrote: > > > At the very least, it would help in compartmentallizing all the > possible > drawing attributes that are common across all artists. Current