Python on Windows

Automated Matplotlib installation

If you set up PyCall to use the Conda.jl package to install a private (not in the system PATH ) Julia Python distribution (via Miniconda), then PyPlot will automatically install Matplotlib as needed.

If you are installing PyCall and PyPlot for the first time, just do ENV["PYTHON"]="" before running Pkg.add("PyPlot") .