Re: [matplotlib-devel] For review and merging: new GUi support for Qt4 and Wx

2010-09-03 Thread Fernando Perez
On Fri, Sep 3, 2010 at 6:57 PM, Eric Firing wrote: > It's not quite that simple.  After some initial thrashing around, I > installed zmq from source, and then pyzmq--but I can't import zmq: > Mhh, sorry to see you burn up on this, Eric. Brian is the zmq expert, not me, but it *may* be a version

Re: [matplotlib-devel] For review and merging: new GUi support for Qt4 and Wx

2010-09-03 Thread Brian Granger
Eric, Looks like you are on Linux. If so, you will have to make sure you do two things before doing python setup.py install on pyzmq: 1. Edit the setup.cfg (copy the template) to point to your zeromq install. 2. Use the --rpath option: python setup.py build_ext --rpath=/opt/zeromq-dev/lib --i

Re: [matplotlib-devel] clf(), Axes3D and add_subplot

2010-09-03 Thread Jae-Joon Lee
On Fri, Sep 3, 2010 at 4:14 AM, Benjamin Root wrote: > I think there are multiple issues here.  Primarially, there is the issue > that Axes3D is attaching itself to a figure.  However, in the interest of > backwards-compatibility, we can't just fix this outright.  There is also the > issue that th

Re: [matplotlib-devel] For review and merging: new GUi support for Qt4 and Wx

2010-09-03 Thread Eric Firing
On 09/03/2010 12:37 PM, Brian Granger wrote: > Hello all, > > I would like to submit the following branch on github for review and > merging into matplotlib trunk: > > http://github.com/ellisonbg/matplotlib/commits/guisupport > > This branch implements the logic needed for the qt4 and wx backends t

[matplotlib-devel] For review and merging: new GUi support for Qt4 and Wx

2010-09-03 Thread Brian Granger
Hello all, I would like to submit the following branch on github for review and merging into matplotlib trunk: http://github.com/ellisonbg/matplotlib/commits/guisupport This branch implements the logic needed for the qt4 and wx backends to fully work with the upcoming IPython 0.11 release. In o

Re: [matplotlib-devel] [Matplotlib-users] bug? line misses points with negative coordinates

2010-09-03 Thread Eric Firing
On 09/03/2010 09:14 AM, Tony S Yu wrote: > > On Sep 3, 2010, at 10:23 AM, Sébastien Barthélemy wrote: > >> CC to matplotlib-devel& matplotlib-users >> >> 2010/9/3 Tony S Yu: >>> On Sep 3, 2010, at 4:33 AM, Sébastien Barthélemy wrote: >>> Hello, While using sage [1], I got problems d

Re: [matplotlib-devel] [Matplotlib-users] bug? line misses points with negative coordinates

2010-09-03 Thread Tony S Yu
On Sep 3, 2010, at 10:23 AM, Sébastien Barthélemy wrote: > CC to matplotlib-devel & matplotlib-users > > 2010/9/3 Tony S Yu : >> On Sep 3, 2010, at 4:33 AM, Sébastien Barthélemy wrote: >> >>> Hello, >>> >>> While using sage [1], I got problems drawing a line: for some reason, >>> the points wi

Re: [matplotlib-devel] Uniform GUI support across matplotlib, ets and ipython

2010-09-03 Thread Brian Granger
Michiel, On Fri, Sep 3, 2010 at 9:22 AM, Michiel de Hoon wrote: > --- On Wed, 9/1/10, Brian Granger wrote: >> > So right now you're in a loop in which you let qt4 (or >> wx) watch the file descriptors qt4 needs, then zeromq the >> file descriptors that zeromq needs, and so on? >> >> ZMQ sockets

Re: [matplotlib-devel] Uniform GUI support across matplotlib, ets and ipython

2010-09-03 Thread Michiel de Hoon
--- On Wed, 9/1/10, Brian Granger wrote: > > So right now you're in a loop in which you let qt4 (or > wx) watch the file descriptors qt4 needs, then zeromq the > file descriptors that zeromq needs, and so on? > > ZMQ sockets are not really sockets in that they do not have > a file descriptor inte

Re: [matplotlib-devel] [Matplotlib-users] bug? line misses points with negative coordinates

2010-09-03 Thread Sébastien Barthélemy
CC to matplotlib-devel & matplotlib-users 2010/9/3 Tony S Yu : > On Sep 3, 2010, at 4:33 AM, Sébastien Barthélemy wrote: > >> Hello, >> >> While using sage [1], I got problems drawing a line: for some reason, >> the points with negative coordinates are not plotted (or are plotted >> on top of othe

Re: [matplotlib-devel] [IPython-dev] Uniform GUI support across matplotlib, ets and ipython

2010-09-03 Thread Fernando Perez
Hi folks, On Sat, Aug 28, 2010 at 12:42 PM, Brian Granger wrote: > Hi all, > > As  you may know, this summer we have been working on a new two > process IPython that has a beautiful Qt frontend GUI and a ZMQ based > messaging layer between that GUI and the new IPython kernel.  Many > thanks to En