Sometimes text is overwritten
mhucka opened this issue · comments
I think I finally resolved this. The fix (more of a workaround, really) is to lock threads around a certain function call that invokes Matplotlib image manipulation code. I suspect the underlying functions there are not thread safe somehow.
This is fixed in commit 948a473.