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 jdh2...@gmail.com 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-devel] Cameron Reid

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

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 both on and

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 fperez@gmail.com 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

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 efir...@hawaii.edu 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:

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 efir...@hawaii.edu 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: