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
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
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
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
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
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