Re: [Rpy] RPy2 Interactive Events

2010-11-24 Thread Laurent Gautier
On 24/11/10 18:15, Thomas Kluyver wrote: On 24 November 2010 16:38, Laurent Gautier > wrote: Thanks for the contribution. Is your code released under a particular license, or could it be incorporated in the main code base for rpy2 ? I hadn't thought about

Re: [Rpy] RPy2 Interactive Events

2010-11-24 Thread Thomas Kluyver
On 24 November 2010 16:38, Laurent Gautier wrote: > Thanks for the contribution. Is your code released under a particular > license, or could it be incorporated in the main code base for rpy2 ? I hadn't thought about licensing for such a small piece of code. I'm happy for you to incorporate it

Re: [Rpy] RPy2 Interactive Events

2010-11-24 Thread Laurent Gautier
Hi Thomas, Thanks for the contribution. Is your code released under a particular license, or could it be incorporated in the main code base for rpy2 ? I'd see few things to tweak (for example make the class a singleton to prevent problems when calling several times rliveenvents.start() withou

[Rpy] RPy2 Interactive Events

2010-11-23 Thread Thomas Kluyver
Hi all, Working with rpy2, I ran into the "why isn't my graph updating when I resize the window?" question. I found the answer in the rinterface documentation [ http://rpy.sourceforge.net/rpy2/doc-2.1/html/rinterface.html#rinterface-interactive-processevents], but I thought I could improve on it i