Thorn
King
Is there an easy way to store (remember) a list of plots? Something like:
KeepPlot = list()
KeepPlot.append(pPlot)
Or would storing plot locations require using 'pickle'??
KeepPlot = list()
KeepPlot.append(pPlot)
Or would storing plot locations require using 'pickle'??