From 47536c2c87306f398465ff347e4fb3cf67b261aa Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Fri, 17 Apr 2020 23:41:00 +0200 Subject: [PATCH] Updated --- src/Gnuplot.jl | 1 + 1 file changed, 1 insertion(+) 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