GLPlot.jl
GLPlot.jl copied to clipboard
Plots.jl is a requirement
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.
the only place is here: https://github.com/SimonDanisch/GLPlot.jl/blob/3d6259af7613766626f71568c5f99cce8a396f40/src/plot.jl#L1
move the glplot function to Plots?