* Updated

* Updated

* Updated

* Updated

* Updated

* Fix CI
This commit is contained in:
gcalderone 2020-04-18 00:17:08 +02:00 committed by GitHub
parent 31b60d61f2
commit 3e053c440f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ module Gnuplot
using StatsBase, ColorSchemes, ColorTypes, Colors, StructC14N, DataStructures using StatsBase, ColorSchemes, ColorTypes, Colors, StructC14N, DataStructures
using REPL, ReplMaker using REPL, ReplMaker
import Base.reset
import Base.write import Base.write
import Base.show import Base.show

View File

@ -181,7 +181,7 @@ name = "\$MyDataSet1"
@gp :- :dry @gp :- :dry
save(:dry, "test.gp") # write on file test.gp save(:dry, "test.gp") # write on file test.gp
Gnuplot.quitall() 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(""" @gp("""