Ah it needs some tweaks to work with distributed
I needed
import matplotlib as mpl
import matplotlib.pyplot as plt
mpl.use("agg")
in my plot
function;
Ah it needs some tweaks to work with distributed
I needed
import matplotlib as mpl
import matplotlib.pyplot as plt
mpl.use("agg")
in my plot
function;