This commit is contained in:
Giorgio Calderone 2020-03-19 18:25:04 +01:00
parent ab8fab3df9
commit ed9b84d166

View File

@ -893,7 +893,7 @@ end
See documentation for `@gp`.
"""
macro gsp(args...)
out = Expr(:macrocall, Symbol("@gp"), LineNumberNode(1, "Gnuplot.jl"))
out = Expr(:macrocall, Symbol("@gp"), LineNumberNode(1, nothing))
push!(out.args, args...)
push!(out.args, Expr(:kw, :flag3d, true))
return esc(out)