Re: [Matplotlib-users] How to get the coordinates (picker)

2009-03-24 Thread Xavier Gnata
http://eli.thegreenplace.net/2009/01/20/matplotlib-with-pyqt-guis/ Once you have seen this example (+the picking), you are able do whatever you want ;) You have python, you have the best toolkit I konw (qt4 with qtdesigner) and you have a very nice way to plot 2D data. What else ;) Xavier > I hop

Re: [Matplotlib-users] How to get the coordinates (picker)

2009-03-24 Thread projetmbc
I hope to see the project on the web. I'm very intersting by simple examples using mpl with PyQt. Christophe >> >> > I got some good tips on how to do this from >> > examples/event_handling/pick_event_demo.py >> > >> Thanks!! It works just fine :). IDL is dead. Qt4 python and >> numpy/sci

Re: [Matplotlib-users] How to get the coordinates (picker)

2009-03-24 Thread projetmbc
I hope to see the project on the web. I'm very intersting by simple examples using mpl with PyQt. Christophe >> >> > I got some good tips on how to do this from >> > examples/event_handling/pick_event_demo.py >> > >> Thanks!! It works just fine :). IDL is dead. Qt4 python and >> numpy/scipy/nump

Re: [Matplotlib-users] How to get the coordinates (picker)

2009-03-24 Thread John Hunter
On Tue, Mar 24, 2009 at 3:01 PM, Xavier Gnata wrote: > > > I got some good tips on how to do this from > > examples/event_handling/pick_event_demo.py > > > Thanks!! It works just fine :). IDL is dead. Qt4 python and > numpy/scipy/numpy are great tools. Thanks! You may also want to check out th

Re: [Matplotlib-users] How to get the coordinates (picker)

2009-03-24 Thread Xavier Gnata
Christopher Brown wrote: > Hi Xavier, > > XG> I'm trying to write a pyqt4 application including pylab plotting > XG> capabilities. > XG> Up to now, it looks like this (see in attachment). > XG> > XG> The picker works fine (I get the msg) *but* I also would like to get > XG> the (x,y) coordinates an

Re: [Matplotlib-users] How to get the coordinates (picker)

2009-03-23 Thread Christopher Brown
Hi Xavier, XG> I'm trying to write a pyqt4 application including pylab plotting XG> capabilities. XG> Up to now, it looks like this (see in attachment). XG> XG> The picker works fine (I get the msg) *but* I also would like to get XG> the (x,y) coordinates and the the corresponding value A[x,y]. XG