Replies: 1 comment 1 reply
-
Yes. You'll need to lock the figure to make the operation thread-safe. Making the figure thread-safe by default is a bad idea here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for this wonderful library!
I was playing with it to plot around 5.3 MB of data and tried plotting gantt chart like stuff using
rectangle
but because the data is too much I had to make it multithreaded. It's not possible for me to share the code and data but it looks something like this.Without the lock guard inside the plot it just fails. Is there any better way to plot?
Thanks again!
Beta Was this translation helpful? Give feedback.
All reactions