Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2011-02-28 Thread Pierre Raybaut
Hi Darren, > -Message d'origine- > De : Darren Dale [mailto:dsdal...@gmail.com] > Envoyé : dimanche 27 février 2011 22:02 > À : Pierre Raybaut > Cc : matplotlib-devel > Objet : Re: [matplotlib-devel] Enhancement to matplotlib's > PyQt4 backend >

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2011-02-27 Thread Darren Dale
On Sun, Feb 27, 2011 at 3:27 PM, Darren Dale wrote: > Hi Pierre, > > Are you still maintaining the qt4 plot editor dialog? It doesn't > appear to be working properly: setting the marker and linestyle > options does not effect the plot (tested on Ubuntu Natty alpha, with > the v1.0.x branch on pyth

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2011-02-27 Thread Darren Dale
Hi Pierre, Are you still maintaining the qt4 plot editor dialog? It doesn't appear to be working properly: setting the marker and linestyle options does not effect the plot (tested on Ubuntu Natty alpha, with the v1.0.x branch on python-2.7 and PyQt4-4.8.3). I have a really hard time following the

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2010-01-11 Thread John Hunter
On Mon, Jan 11, 2010 at 11:53 AM, Gökhan Sever wrote: > > > On Mon, Jan 11, 2010 at 11:09 AM, Pierre Raybaut > wrote: >> >> John, >> >> Following to your last commit on "added qt4_editor dialog" (rev 8064), >> here is a significant (but simple) improvement adding an "Apply" >> button to the optio

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2010-01-11 Thread Gökhan Sever
On Mon, Jan 11, 2010 at 11:09 AM, Pierre Raybaut wrote: > John, > > Following to your last commit on "added qt4_editor dialog" (rev 8064), > here is a significant (but simple) improvement adding an "Apply" > button to the option dialog box (very convenient) -- suggested by > Gökhan. > > (attached

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2010-01-11 Thread Pierre Raybaut
John, Following to your last commit on "added qt4_editor dialog" (rev 8064), here is a significant (but simple) improvement adding an "Apply" button to the option dialog box (very convenient) -- suggested by Gökhan. (attached diff files should patch formlayout.py and figureoptions.py as in rev. 8

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2010-01-03 Thread John Hunter
On Sun, Jan 3, 2010 at 2:41 PM, Gökhan Sever wrote: > You seemed like forgetting to check-in the qt4_editor_options.svg, because I > get file not found error: > > I[2]: Cannot open file > '.../matplotlib/lib/matplotlib/mpl-data/images/qt4_editor_options.svg', > because: No such file or directory

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2010-01-03 Thread Gökhan Sever
On Sun, Jan 3, 2010 at 12:35 PM, John Hunter wrote: > On Sun, Jan 3, 2010 at 9:28 AM, Darren Dale wrote: > > > Your patch file is backwards, it would revert your changes if applied > > to the updated code. It doesn't matter, the patch is so small that the > > changes can just be cut and pasted.

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2010-01-03 Thread Pierre Raybaut
2010/1/3 John Hunter : > On Sun, Jan 3, 2010 at 9:28 AM, Darren Dale wrote: > >> Your patch file is backwards, it would revert your changes if applied >> to the updated code. It doesn't matter, the patch is so small that the >> changes can just be cut and pasted. Unfortunately, however, I will not

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2010-01-03 Thread John Hunter
On Sun, Jan 3, 2010 at 9:28 AM, Darren Dale wrote: > Your patch file is backwards, it would revert your changes if applied > to the updated code. It doesn't matter, the patch is so small that the > changes can just be cut and pasted. Unfortunately, however, I will not > have time to review your c

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2010-01-03 Thread Darren Dale
On Sun, Jan 3, 2010 at 9:11 AM, Pierre Raybaut wrote: > 2009/12/1 Darren Dale : >> On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut wrote: >>> Hi all, >>> >>> I would like to contribute to matplotlib with this enhancement for the >>> PyQt4 backend: the idea is to add a toolbar button to configure

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-12-01 Thread Darren Dale
On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut wrote: > Hi all, > > I would like to contribute to matplotlib with this enhancement for the > PyQt4 backend: the idea is to add a toolbar button to configure figure > options (axes, curves, ...). > > It's based on a tiny module called formlayout to g

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-11-13 Thread Darren Dale
No, unfortunately I have not had time to review the patch. It is on my list. On Mon, Nov 9, 2009 at 3:47 PM, Gökhan Sever wrote: > Darren, > > Have you happened to review Pierre's patch for the toolbar > improvement? I am interested to see this integrated in mpl soon. > > Thanks. > > On Mon, Nov

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-11-09 Thread Gökhan Sever
Darren, Have you happened to review Pierre's patch for the toolbar improvement? I am interested to see this integrated in mpl soon. Thanks. On Mon, Nov 9, 2009 at 2:43 PM, Pierre Raybaut wrote: > Hi, > > I've already sent everything to Darren. I don't have any news but I > guess that it will be

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-07-02 Thread Darren Dale
Hi Pierre, On Sat, Jun 6, 2009 at 11:49 AM, Pierre Raybaut wrote: > 2009/4/28 Dave Peterson : > > Darren Dale wrote: > > > > On Tue, Apr 28, 2009 at 12:19 PM, Pierre Raybaut > > wrote: > >> > >> 2009/4/28 John Hunter : > >> > > >> > > >> > On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut > > >>

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-06-06 Thread Pierre Raybaut
Gökhan SEVER a écrit : > Hi, > > formlayout will definitely a very nice addition to matplotlib Qt4 > backended plotting windows. It reminds me Traits UI's > configure.traits() method. > > PyQt4 programming is still a mystery to me, and have chosen to learn > Traits instead. > > I am also curious

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-06-06 Thread Gökhan SEVER
Hi, formlayout will definitely a very nice addition to matplotlib Qt4 backended plotting windows. It reminds me Traits UI's configure.traits() method. PyQt4 programming is still a mystery to me, and have chosen to learn Traits instead. I am also curious to know what happened to pydee - IPython i

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-06-06 Thread Pierre Raybaut
2009/4/28 Dave Peterson : > Darren Dale wrote: > > On Tue, Apr 28, 2009 at 12:19 PM, Pierre Raybaut > wrote: >> >> 2009/4/28 John Hunter : >> > >> > >> > On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut >> > wrote: >> >> >> >> Hi all, >> >> >> >> I would like to contribute to matplotlib with this

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-04-28 Thread Dave Peterson
Darren Dale wrote: On Tue, Apr 28, 2009 at 12:19 PM, Pierre Raybaut > wrote: 2009/4/28 John Hunter mailto:jdh2...@gmail.com>>: > > > On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut mailto:cont...@pythonxy.com>> > wrote: >> >> Hi all,

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-04-28 Thread Darren Dale
On Tue, Apr 28, 2009 at 12:19 PM, Pierre Raybaut wrote: > 2009/4/28 John Hunter : > > > > > > On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut > > wrote: > >> > >> Hi all, > >> > >> I would like to contribute to matplotlib with this enhancement for the > >> PyQt4 backend: the idea is to add a tool

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-04-28 Thread Pierre Raybaut
2009/4/28 John Hunter : > > > On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut > wrote: >> >> Hi all, >> >> I would like to contribute to matplotlib with this enhancement for the >> PyQt4 backend: the idea is to add a toolbar button to configure figure >> options (axes, curves, ...). >> >> It's bas

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-04-28 Thread John Hunter
On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut wrote: > Hi all, > > I would like to contribute to matplotlib with this enhancement for the > PyQt4 backend: the idea is to add a toolbar button to configure figure > options (axes, curves, ...). > > It's based on a tiny module called formlayout to g