Docs updated
This commit is contained in:
parent
faa701af61
commit
d42df99760
@ -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 |
@ -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")
|
||||
```
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user