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 On Sun, Feb 27, 2011 at 3:27 PM, Darren Dale

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 cont...@pythonxy.comwrote: 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.

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 gokhanse...@gmail.com wrote: On Mon, Jan 11, 2010 at 11:09 AM, Pierre Raybaut cont...@pythonxy.com wrote: John, Following to your last commit on added qt4_editor dialog (rev 8064), here is a significant (but simple) improvement adding an

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 cont...@pythonxy.com wrote: 2009/12/1 Darren Dale dsdal...@gmail.com: On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut cont...@pythonxy.com wrote: Hi all, I would like to contribute to matplotlib with this enhancement for the PyQt4 backend: the

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

2010-01-03 Thread Pierre Raybaut
2010/1/3 John Hunter jdh2...@gmail.com: On Sun, Jan 3, 2010 at 9:28 AM, Darren Dale dsdal...@gmail.com 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 Gökhan Sever
On Sun, Jan 3, 2010 at 12:35 PM, John Hunter jdh2...@gmail.com wrote: On Sun, Jan 3, 2010 at 9:28 AM, Darren Dale dsdal...@gmail.com 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

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

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 cont...@pythonxy.com 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

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

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 cont...@pythonxy.com wrote: Hi, I've already sent everything to Darren. I don't have any news but I

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 cont...@pythonxy.comwrote: 2009/4/28 Dave Peterson dpeter...@enthought.com: Darren Dale wrote: On Tue, Apr 28, 2009 at 12:19 PM, Pierre Raybaut cont...@pythonxy.com wrote: 2009/4/28 John Hunter jdh2...@gmail.com: On

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

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 to know

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 cont...@pythonxy.comwrote: 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

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

2009-04-28 Thread Pierre Raybaut
2009/4/28 John Hunter jdh2...@gmail.com: On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut cont...@pythonxy.com 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,

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 cont...@pythonxy.comwrote: 2009/4/28 John Hunter jdh2...@gmail.com: On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut cont...@pythonxy.com wrote: Hi all, I would like to contribute to matplotlib with this enhancement for the PyQt4

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 cont...@pythonxy.com mailto:cont...@pythonxy.com wrote: 2009/4/28 John Hunter jdh2...@gmail.com mailto:jdh2...@gmail.com: On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut cont...@pythonxy.com