Updated
This commit is contained in:
parent
a5168aed01
commit
a73d0d0dca
@ -1071,7 +1071,7 @@ function contourlines(args...; cntrparam="level auto 10")
|
|||||||
tmpfile = Base.Filesystem.tempname()
|
tmpfile = Base.Filesystem.tempname()
|
||||||
sid = Symbol("j", Base.Libc.getpid())
|
sid = Symbol("j", Base.Libc.getpid())
|
||||||
if !haskey(Gnuplot.state.sessions, sid)
|
if !haskey(Gnuplot.state.sessions, sid)
|
||||||
gp = gnuplot(sid, Gnuplot.state.cmd)
|
gp = getsession(sid)
|
||||||
end
|
end
|
||||||
|
|
||||||
Gnuplot.exec(sid, "set term unknown")
|
Gnuplot.exec(sid, "set term unknown")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user