GLPlot.jl icon indicating copy to clipboard operation
GLPlot.jl copied to clipboard

Plots.jl is a requirement

Open joa-quim opened this issue 8 years ago • 1 comments

julia> using GLPlot, GLAbstraction
INFO: Precompiling module GLPlot.

WARNING: deprecated syntax "call(::Type{T}, ...)".
Use "(::Type{T})(...)" instead.
ERROR: LoadError: ArgumentError: Module Plots not found in current path.
Run `Pkg.add("Plots")` to install the Plots package.

joa-quim avatar Sep 27 '16 11:09 joa-quim

the only place is here: https://github.com/SimonDanisch/GLPlot.jl/blob/3d6259af7613766626f71568c5f99cce8a396f40/src/plot.jl#L1

move the glplot function to Plots?

xiuliren avatar Jan 05 '17 19:01 xiuliren