Docs updated
This commit is contained in:
parent
faa701af61
commit
d42df99760
@ -14,7 +14,6 @@ makedocs(sitename="Gnuplot.jl",
|
|||||||
"API" => "api.md"
|
"API" => "api.md"
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
#=
|
#=
|
||||||
- Make documentation:
|
- Make documentation:
|
||||||
cd <repo>/docs
|
cd <repo>/docs
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB |
@ -29,8 +29,9 @@ before running the examples.
|
|||||||
```@setup abc
|
```@setup abc
|
||||||
using Gnuplot
|
using Gnuplot
|
||||||
Gnuplot.quitall()
|
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")
|
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