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