Examples updated

This commit is contained in:
Giorgio Calderone 2020-04-02 00:29:27 +02:00
parent 6bc630ac5e
commit 20ef92654e
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ The following examples are supposed to be rather self-explaining. See [document
```julia ```julia
x = 1.:20 x = 1.:20
@gp x x.^2 "with lines title 'Parabola'" @gp x x.^2 "with lines title 'Parabola'"
save(term="pngcairo size 640,480", output="examples/ex1.png") save(term="pngcairo size 480,360", output="examples/ex1.png")
save("parabola.gp") # => save a script file with both data and command to re-create the plot. save("parabola.gp") # => save a script file with both data and command to re-create the plot.
``` ```
![ex1.png](examples/ex1.png) ![ex1.png](examples/ex1.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 17 KiB