diff --git a/src/Gnuplot.jl b/src/Gnuplot.jl index 60ff19b..ff5a01c 100644 --- a/src/Gnuplot.jl +++ b/src/Gnuplot.jl @@ -3,6 +3,7 @@ module Gnuplot using StatsBase, ColorSchemes, ColorTypes, Colors, StructC14N, DataStructures using REPL, ReplMaker +import Base.reset import Base.write import Base.show diff --git a/test/runtests.jl b/test/runtests.jl index dc4c7cc..97640f7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -181,7 +181,7 @@ name = "\$MyDataSet1" @gp :- :dry save(:dry, "test.gp") # write on file test.gp Gnuplot.quitall() -gpexec("load 'test.gp'") # load file test.gp +#gpexec("load 'test.gp'") # load file test.gp, commented to avoid errors in CI #----------------------------------------------------------------- @gp("""