I have a program that uses matplotlib to plot two images.

figim24 = figure(figsize=(5,5))
figim70 = figure(figsize=(5,5))

I want an event loop that will be able to register which
of the two figures I mouse click in. When I only had one
figure I used

figim24.canvas.mpl_connect("button_press_event",clicker)

but that obviously only register events in figim24. Can anyone
guide me in the right direction for doing this?

Cheers
  Tommy

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to