-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Report: Multiprocessing bug #161
Labels
bug
Something isn't working
Comments
To save me time looking into this, can you please post exact code you used to reproduce this, and some screen shots of the varying plot sizes? Please also provide the data to input. Thank you. |
using a loop
using multiprocessing
|
@kenter1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: