This commit is contained in:
Giorgio Calderone 2020-04-21 10:49:18 +02:00
parent bad5e12681
commit be273493eb

View File

@ -63,7 +63,7 @@ If you use **Gnuplot.jl** frequently you may find convenient to collect all the
```julia ```julia
macro gnuplotrc() macro gnuplotrc()
return :( return :(
using Revise, Gnuplot; using Gnuplot;
# Uncomment following to true if you don't have the gnuplot # Uncomment following to true if you don't have the gnuplot
# executable installed on your platform: # executable installed on your platform: