Docs updated

This commit is contained in:
Giorgio Calderone 2020-03-25 18:49:25 +01:00
parent faa701af61
commit d42df99760
3 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,6 @@ makedocs(sitename="Gnuplot.jl",
"API" => "api.md"
])
#=
- Make documentation:
cd <repo>/docs

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

View File

@ -29,8 +29,9 @@ before running the examples.
```@setup abc
using Gnuplot
Gnuplot.quitall()
push!(Gnuplot.options.init, "set term unknown")
Gnuplot.splash("assets/logo.png")
saveas(file) = save(term="pngcairo size 480,360", output="assets/$file")
push!(Gnuplot.options.init, "set term unknown")
```