Re: [matplotlib-devel] An easier way to create figure and group of axes; useful?

2010-03-20 Thread Fernando Perez
On Thu, Mar 18, 2010 at 6:39 PM, John Hunter wrote: > I also think the name should be changed, and there should be an entry > in the matplotlib.figure.Figure API.  One additional suggestion is > "subarray" and matplotlib.pyplot.subarray would be a thin wrapper to > matplotlib.figure.Figure.add_su

[matplotlib-devel] Cameron Reid

2010-03-20 Thread Bairam Komaki
http://mobile-it.com.ar/Ben.html -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See wh

Re: [matplotlib-devel] Elusive bug plotting masked arrays

2010-03-20 Thread David J. Raymond
On Fri, Mar 19, 2010 at 05:47:05PM -1000, Eric Firing wrote: > David J. Raymond wrote: > >I am using python 2.5.5 and the gtk background (as far as I can tell). > >Turning off path.simplify gets rid of the extraneous line. I am > >attaching pngs with path.simplify both on and off. I am also > >at

Re: [matplotlib-devel] Elusive bug plotting masked arrays

2010-03-20 Thread Eric Firing
David J. Raymond wrote: > On Fri, Mar 19, 2010 at 05:47:05PM -1000, Eric Firing wrote: >> David J. Raymond wrote: >>> I am using python 2.5.5 and the gtk background (as far as I can tell). >>> Turning off path.simplify gets rid of the extraneous line. I am >>> attaching pngs with path.simplify bot

[matplotlib-devel] gtk.Tooltips() deprecated

2010-03-20 Thread Ryan May
Hi, I just started running PyGTK 2.16 and noticed the following everytime I run a matplotlib script: /home/rmay/.local/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py:621: DeprecationWarning: Use the new widget gtk.Tooltip self.tooltips = gtk.Tooltips() Right now, we support >=

Re: [matplotlib-devel] gtk.Tooltips() deprecated

2010-03-20 Thread Eric Firing
Ryan May wrote: > Hi, > > I just started running PyGTK 2.16 and noticed the following everytime > I run a matplotlib script: > > /home/rmay/.local/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py:621: > DeprecationWarning: Use the new widget gtk.Tooltip > self.tooltips = gtk.Toolt

Re: [matplotlib-devel] An easier way to create figure and group of axes; useful?

2010-03-20 Thread Jae-Joon Lee
On Sat, Mar 20, 2010 at 5:05 AM, Fernando Perez wrote: > I wonder if it's possible to put things like a draw_if_interactive() > call at the end of the OO methods... I realize that pyplot was the > only one meant to do that, but if we are to encourage using the OO api > more, then it's going to hav

Re: [matplotlib-devel] An easier way to create figure and group of axes; useful?

2010-03-20 Thread Eric Firing
Jae-Joon Lee wrote: > > By the way, given that we now have "suplots" in the pyplot namespace, > can we have sca also? Done in svn 8205. > For example, > > # Two subplots, the axes array is 1-d > f, axarr = subplots(2, sharex=True) > > sca(axarr[0]) > plot(x, y) > title('Sharing X axis')

Re: [matplotlib-devel] gtk.Tooltips() deprecated

2010-03-20 Thread Ryan May
On Sat, Mar 20, 2010 at 5:53 PM, Eric Firing wrote: > Ryan May wrote: >> >> Hi, >> >> I just started running PyGTK 2.16 and noticed the following everytime >> I run a matplotlib script: >> >> >> /home/rmay/.local/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py:621: >> DeprecationWar

Re: [matplotlib-devel] gtk.Tooltips() deprecated

2010-03-20 Thread Eric Firing
Ryan May wrote: > On Sat, Mar 20, 2010 at 5:53 PM, Eric Firing wrote: >> Ryan May wrote: >>> Hi, >>> >>> I just started running PyGTK 2.16 and noticed the following everytime >>> I run a matplotlib script: >>> >>> >>> /home/rmay/.local/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py