[Matplotlib-users] Keep list of figures or plots and flip through list using UI

2015-02-05 Thread tenspd137 .
Hi all, I often have scripts that make a lot of plots, and I would like to be able to create the plots and then have a UI tool that shows a list of their titles, click on the title and have the plot be drawn in a window. So far, I have been able to use PyQt to create a UI with a list box and a Wi

[Matplotlib-users] segmentation fault and / or bus error with script that cranks out plots with TkAgg backend

2014-01-06 Thread tenspd137 .
Hi all, I am running a script that cranks out multiple plots in a loop. The script has plt.show() as the very last line as I think you are supposed to do. All plots show up, but I get a seg fault (sometimes a bus error - I haven't figured why it occasionally does that) when I close the last plot