[Matplotlib-users] Is there a way to create a plot and call show() so as not to use the main Qt loop?

2012-11-03 Thread Brickle Macho
In an Qt application I am extending, I display a list of thumbnails, selecting a thumbnail opens a plot window with the source of the thumbnail. I a newbie at all this but did manage to write a simple widget which embedded a matplotlib FigureCanvas. It appears that I also need to code the zoo

[Matplotlib-users] Force focus on Figure

2012-11-03 Thread Bob Kestner
Hello, I have a package that has many functions that bring up plots to show data and interactive plots to interact with data. How can I have my figures show and both be on top and be in focus? The best way I have found to manage Matplotlib plots in my package is to use interactive mode plt.i

[Matplotlib-users] Pick Event - twinx

2012-11-03 Thread Arek Kedzior
Hi all, I am aware when using overlapping axes twinx I can only pick the objects in the active axes. I would like to pick objects (lines) in both axes. Does anyone have the workaround to this problem Regards, ArekĀ  -- Lo