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.
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 usesdill
instead ofpickle
. Original discussion in #170.