Re: [pygtk] Interactive plots with pygtk

2011-01-26 Thread Soumyaroop Roy
Thanks for the pointers, Steve. I'll look into it. regards, Soumyaroop On Wed, Jan 26, 2011 at 3:52 PM, Stephen George wrote: > Hi Soumyaroop, > > Under pyGTK yes it does have panning and zooming. > You need to add a Navigation toolbar to get zoom/pan functions,  something > like a NavigationTo

Re: [pygtk] Interactive plots with pygtk

2011-01-26 Thread Stephen George
Hi Soumyaroop, Under pyGTK yes it does have panning and zooming. You need to add a Navigation toolbar to get zoom/pan functions, something like a NavigationToolbar2GTKAgg. Which navigation bar you add, depends on the back end you are running. Then you will have the ability to pan, zoom, and a

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 wrote: > On Tue, Jan 25, 2011 at 02:46:35PM -0800, Soumyaroop Roy wrote: >> Hi there

Re: [pygtk] Interactive plots with pygtk

2011-01-25 Thread Alessandro Dentella
On Tue, Jan 25, 2011 at 02:46:35PM -0800, Soumyaroop Roy wrote: > 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? have you tried matplot

[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@daa.com.au