Minor changes
This commit is contained in:
parent
35732ee69c
commit
a5cebaf53e
@ -466,7 +466,6 @@ end
|
||||
# ---------------------------------------------------------------------
|
||||
function newdataset(gp::DrySession, accum::Vector{String}; name="")
|
||||
(name == "") && (name = string("\$data", length(gp.datas)+1))
|
||||
#name = "\$$name"
|
||||
d = DataSet(name, accum)
|
||||
push!(gp.datas, d)
|
||||
write(gp, d) # Send now to gnuplot process
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user