Some Matplotlib plots are blank/incomplete when run in dask (parallel)?

I had the same issue when working with dask and matplotlib. I solved it using fig.savefig(...) instead of using plt.savefig(...). It might work for you as well.