Hi, until yesterday I was able to use PyPlot. I got this error this morning
Someone can help me?
Sounds like something is wrong with your Conda (Python) installation; maybe try
import Conda
Conda.update()
Conda.add("matplotlib")
(you my have to pkg> add Conda
first.)
1 Like