0

I have a function which plots with the help of matplotlib.pyplot some diagrams. The function is run several times in parallel by

from joblib import Parallel, delayed Parallel(n_jobs=8)(delayed(runConfig)(cnt) for cnt in config)

As soon as all instances have finished, the plots get closed.

How can I keep them alive?

Botnic
  • 163
  • 9

0 Answers0