Gnuplot.jl/docs/src/install.md
2020-03-24 11:57:50 +01:00

302 B

Installation

Prerequisite

In order to use the Gnuplot.jl package you'll need gnuplot (ver. >= 5.0) installed on your system, and its executable available in your path.

Installation

In the Julia REPL type:

using Pkg
Pkg.add("Gnuplot")
using Gnuplot