Re: [PyMOL] Dynoplot : Interactive plot

2011-09-20 Thread Thomas Holder
Hi, I reworked the broken DynoPlot script. Changes and improvements include: * much faster calculation of Phi/Psi angles * can open multiple plot windows * center on residue with right-mouse-click * different plot symbols for GLY and PRO http://pymolwiki.org/index.php/DynoPlot Cheers,

Re: [PyMOL] Dynoplot : Interactive plot

2011-08-17 Thread Joseph André
Hi Thomas, I've read a bit about matplotlib and it seems possible to have interactive plot. However I don't know if it can interact with pymol. I'll have a look at it. Thanks 2011/8/16 Thomas Holder spel...@users.sourceforge.net Hi Joseph, thanks for your quick reply. I'm a newbie at Tk

[PyMOL] Dynoplot : Interactive plot

2011-08-16 Thread Joseph André
Hi everybody, I want to build an interactive plot I tried to use and tweak dynoplot but DynoPlot doesn't work properly : I can display the Tk window but points aren't plotted. However the dihedrals angles are computed correctly. There isn't any traceback or error reported on the console. Do you

Re: [PyMOL] Dynoplot : Interactive plot

2011-08-16 Thread Thomas Holder
On 08/16/2011 03:16 PM, Joseph André wrote: Hi everybody, I want to build an interactive plot I tried to use and tweak dynoplot but DynoPlot doesn't work properly : I can display the Tk window but points aren't plotted. However the dihedrals angles are computed correctly. There isn't any

Re: [PyMOL] Dynoplot : Interactive plot

2011-08-16 Thread Joseph André
Hi Thomas, thanks for your quick reply. I'm a newbie at Tk programming but from what I understand, gui code for Dynoplot had been written from scratch. Do you know if they are libraries that would facilitate the plotting and the interaction with pymol? Best regards Joseph 2011/8/16 Thomas

Re: [PyMOL] Dynoplot : Interactive plot

2011-08-16 Thread Thomas Holder
Hi Joseph, thanks for your quick reply. I'm a newbie at Tk programming but from what I understand, gui code for Dynoplot had been written from scratch. Do you know if they are libraries that would facilitate the plotting and the interaction with pymol? There are many libraries for plotting,