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
thanks a lot @QuLogic .
At first I install matplotlib via pip3 install matplotlib
and as you said, I use conda uninstall matplotlib and then conda install matplotlib.
and finally matplotlib runs well in VScode.
Bug report
Bug summary
when using the sentence "import matplotlib.pyplot as plt", python suddenly crash.
Code for reproduction
my programm is running on VScode
Actual outcome
Expected outcome
Matplotlib version
import matplotlib; print(matplotlib.__version__)
): 3.4.2print(matplotlib.get_backend())
):pip3 install matplotlib
The text was updated successfully, but these errors were encountered: