You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Rich, thanks for answering! I solved just downgrading my matplotlib version from 3.9.2 to 3.7.5 (probably for the same reason matplot 3.8.x versions don't work). I hope there will be compatibility in the future!
When I use plt.imshow or cv2.imshow in vscode debug mode, my image doesn't load, see what happens:
But, if I use it outside the debugger, just running the file, my image appears normally.
Python 3.12.5
Matplotlib 3.9.2
opencv-python 4.10.0.84
When my code was in Python 3.7, it worked normally
The text was updated successfully, but these errors were encountered: