clawpack / visclaw

Clawpack visualization tools
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
29 stars 48 forks source link

Generalize Matplotlib Parallel Plotting Capability #173

Open mandli opened 8 years ago

mandli commented 8 years ago

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.