I recently updated my python environment and discovered a weird bug that occurs between matplotlib, numpy, and multiprocessing.
The supported keys text on xlabel is cutted off in matplotlib, Y-axis label on seaborn chart is being cut off, Incomple text ...
Additional information The bug occurs when either plt.savefig or plt.close are called, although I tested a few different versions of matplotlib, and the behavior changes slightly. With python 12 and ...