visclaw
visclaw copied to clipboard
Generalize Matplotlib Parallel Plotting Capability
Currently the parallel plotting capability only works when the the setplot
argument is a path to a separate file (i.e. you cannot pass it a function handle). As suggested by @ketch, we could probably use one of the more sophisticated multiprocessing modules to do this, in particular one that uses dill
instead of pickle
. Original discussion in #170.