This commit is contained in:
Giorgio Calderone 2020-04-20 18:15:47 +02:00
parent 739255330b
commit f7bf0040fa

View File

@ -248,7 +248,7 @@ Gnuplot.quitall()
Gnuplot.options.verbose = true Gnuplot.options.verbose = true
Gnuplot.options.term = "sixel" # Gnuplot.options.term = "sixel" not vailable in Travis CI
@gp randn(10^6) randn(10^6) @gp randn(10^6) randn(10^6)
@gp :- 0. 0. @gp :- 0. 0.
Gnuplot.quit(:default) Gnuplot.quit(:default)