Open
Description
Describe the bug
When using multiprocessing the images generated have varying plot sizes and adding a lock to the plot function or plotting in a loop works fine.
To Reproduce
Steps to reproduce the behavior:
Plot multiple charts using
python multiprocessing.Pool
map, apply, etc
Expected behavior
The generated charts should be the same as the charts generated in a non multiproc