DimitriKolnikov

Results 2 comments of DimitriKolnikov

(Follow up ...) The strange thing is that when I run directly the python.exe (from \.julia\v0.6\Conda\deps\usr), with matplotlib, figures show properly. Best, Dim.

So finally I solved the problem by installing miniconda+matplotlib and rebuiding the PyCall and PyPlot packages in julia: ENV["PYTHON"]="C:\\Users\\dim\\Miniconda3\\python.exe" Pkg.build("PyCall") Pkg.build("PyPlot") So I guess there is something wrong in PyPlot.jl...