From e30164a273e8c976bd1ca42ae5d81d0cea15454c Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Tue, 21 Apr 2020 10:31:03 +0200 Subject: [PATCH] Updated --- v1.2.0/options/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1.2.0/options/index.html b/v1.2.0/options/index.html index fed0e78..474d000 100644 --- a/v1.2.0/options/index.html +++ b/v1.2.0/options/index.html @@ -42,7 +42,7 @@ GNUPLOT (default) set term wxt 0 title "Gnuplot.jl: default" size 700, julia> Gnuplot.options.term_svg = "svg dynamic";

Package initialization

If you use Gnuplot.jl frequently you may find convenient to collect all the package settings (Options) in a single place, to quickly recall them in a Julia session. I suggest to put the following code in the ~/.julia/config/startup.jl initialization file (further info here):

macro gnuplotrc()
     return :(
-        using Revise, Gnuplot;
+        using Gnuplot;
 
         # Uncomment following to true if you don't have the gnuplot
         # executable installed on your platform: