Is there a simple way to save the output from RegionPlot3D so as to avoid re-evaluating when the notebook is re-opened and Show is used to re-display the plot? The re-evaluation takes in excess of 30 mins of run time.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
||||
|
|
One way is to give your figure a name:
Then save it:
To read it back in later (after clearing everything or restarting the program)
This should work to avoid recalculation of most anything, not just RegionPlot. |
|||||||||
|
