[Matplotlib-users] Scrolling window

2012-03-12 Thread stetogias
Not sure if this is the right place to post this...please instruct if wrong I'm plotting some audio data, which can get big, and alongside I have subplots of barcharts that represent onsets, RMS etc... Since I have many onsets plotting the whole thing at once results in such dense barcharts that

[Matplotlib-users] Subplot with multiple axes and change_geometry

2012-06-01 Thread stetogias
Hi, I have a figure with multiple subplots. In one of them I need to draw two barcharts. They have the same units in x and y axes. Apart from that I'm not sure this is what I need, when I use change_geometry and I get an exception on the twined axis since it's an Axis object and not an AxisSubp

Re: [Matplotlib-users] Subplot with multiple axes and change_geometry

2012-06-01 Thread stetogias
stetogias wrote: > > Hi, > > I have a figure with multiple subplots. > > In one of them I need to draw two barcharts. They have the same units in x > and y axes. > Apart from that I'm not sure this is what I need, when I use > change_geometry and I get an