visclaw icon indicating copy to clipboard operation
visclaw copied to clipboard

Generalize Matplotlib Parallel Plotting Capability

Open mandli opened this issue 9 years ago • 0 comments

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.

mandli avatar Feb 08 '16 19:02 mandli