Re: [pygtk] Interactive plots with pygtk

2011-01-26 Thread Soumyaroop Roy
Let me rephrase what I said earlier. I want something like a plot/waveform viewer. Matplotlib does not appear to have zoom/cursor functionalities. -Soumyaroop On Tue, Jan 25, 2011 at 3:01 PM, Alessandro Dentella san...@e-den.it wrote: On Tue, Jan 25, 2011 at 02:46:35PM -0800, Soumyaroop Roy

Re: [pygtk] Interactive plots with pygtk

2011-01-26 Thread Soumyaroop Roy
button for a tool tip. Once you get into matplotlib, you can hook into the event system and do so much more, but that all requires extra code to extend matplotlib functionality to your own needs. - Steve On 27/01/2011 5:36 AM, Soumyaroop Roy wrote: Let me rephrase what I said earlier. I want

[pygtk] Interactive plots with pygtk

2011-01-25 Thread Soumyaroop Roy
Hi there: Are there any libraries built with pygtk to create interactive plots (histograms and line charts, mostly)? Say, I want to zoom in to a region or select a region in the plot to do something? -Soumyaroop ___ pygtk mailing list

[pygtk] PyGTK New User

2011-01-22 Thread Soumyaroop Roy
Hi there: I am a PyGTK newbie and I want to know if it is possible to attach labels to entry widgets. For e.g., if I were to assign a token to an argument switch (foo -arg1 value1), I am contemplating that value1 will be entered through the entry widget (by the user) and -arg1 will be its label.