JuliaPy / PyPlot.jl

Plotting for Julia based on matplotlib.pyplot
https://github.com/JuliaPy/PyPlot.jl
MIT License
478 stars 88 forks source link

PyPlot missing dependencies? #408

Closed cossio closed 6 years ago

cossio commented 6 years ago

I added PyPlot, then try to plot something via Plots.jl, and got an error that I didn't have PyCall installed.

I got a similar error with LaTeXStrings.

I guess this is related to there being no Project.toml listing these dependencies yet?

tkf commented 6 years ago

It's probably: https://github.com/JuliaPlots/Plots.jl/issues/1672 https://discourse.julialang.org/t/julia-v1-0-install-notes/13583/12

tkf commented 6 years ago

Fixed by https://github.com/JuliaPlots/Plots.jl/pull/1838