From a5cebaf53e055dce8dc43c04f7c4fd196dff050f Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Fri, 27 Mar 2020 20:25:40 +0100 Subject: [PATCH] Minor changes --- src/Gnuplot.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Gnuplot.jl b/src/Gnuplot.jl index 0506471..63436eb 100644 --- a/src/Gnuplot.jl +++ b/src/Gnuplot.jl @@ -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