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 GnuplotIn 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.
In the Julia REPL type:
using Pkg
Pkg.add("Gnuplot")
using GnuplotSettings
This document was generated with Documenter.jl on Tuesday 24 March 2020. Using Julia version 1.3.1.