I expect the answer is "not possible". I am compiling some matplotlib plots that take a long time to produce. The plots are generated based on data that also takes a long time to produce, but even when this data is saved to file, it takes a long time to read in the data and generate the plot. If I do this many times, and then suddenly decide I'd rather have a different set of axes titles on the plot, there is nothing I can do to change the title or the axes or the plot colour or whatnot.
I understand that without access to the raw data in the system I would never be able to change how the plot itself looks, but is there some way of processing these images such that it's still possible to edit the axis titles quickly? Somehow I'd like to save a half-compiled version of the plot?