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
If you see graphs not popping up in Ubuntu 22.04, it's because of matplotlib version 3.9.0. The fix is to install version 3.8.0 of this library using pip3 install matplotlib==3.8.4.
The text was updated successfully, but these errors were encountered:
If you see graphs not popping up in Ubuntu 22.04, it's because of
matplotlib
version3.9.0
. The fix is to install version3.8.0
of this library usingpip3 install matplotlib==3.8.4
.The text was updated successfully, but these errors were encountered: