[Matplotlib-users] Getting GtkAgg graphs to use GTK theme

2011-04-26 Thread Jason Heeris
Hi, I'm using the FigureCanvasGtkAgg as my canvas for graphs, but I notice that the background colour of the canvas does not match that for the rest of my application, and neither does the font. Is there a simple way to get my graphs to respect the user selected GTK theme? I'm using Debian Squeez

Re: [Matplotlib-users] re cord array and date support

2011-04-26 Thread butterw
given a recarray r, r.dtype.names contains a tuple with the column names. It should be easy to do what you want using a loop. briant100 wrote: > > Hey John - currently using matplotlib.mlab import csv2rec functionality in > a script. > > Is there a tool or way to automate plotting of multiple

Re: [Matplotlib-users] Saving figure for later editing

2011-04-26 Thread Eric Firing
On 04/26/2011 09:36 AM, butt...@gmail.com wrote: > I believe this feature, which has been requested a number of times, but > is still missing from matplotlib is genuinely useful for interactive > plotting. Moreover, I've heard matlab has it... > > Here's a potential solution to cover my simple plot

[Matplotlib-users] Saving figure for later editing

2011-04-26 Thread butterw
I believe this feature, which has been requested a number of times, but is still missing from matplotlib is genuinely useful for interactive plotting. Moreover, I've heard matlab has it... Here's a potential solution to cover my simple plotting needs. The goal is not to support all the weir

Re: [Matplotlib-users] Try to have none-overlapping labels in one axe using matshow

2011-04-26 Thread _olivier_
Indeed setting aspect = 'auto' in matshow solved my problem. Thanks a lot ! Goyo wrote: > > 2011/4/23 _olivier_ : >> [...] > >> I have got a matrix 6x500 (so one size is much biggger than the other >> one) >> and I try to expand the shorter axe so that the labels on it are well >> displayed

Re: [Matplotlib-users] Possible memory leak?

2011-04-26 Thread Caleb Constantine
On Thu, Apr 21, 2011 at 2:07 PM, Michael Droettboom wrote: > Ok.  I think I've found a leak in the way the spines' paths were being > updated. > > https://github.com/matplotlib/matplotlib/pull/89 > > Can you apply the patch there and let me know how it improves things for > you? > > Cheers, > Mike