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";
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: