Examples updated
This commit is contained in:
parent
6bc630ac5e
commit
20ef92654e
@ -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.
|
||||||
```
|
```
|
||||||

|

|
||||||
|
|||||||
BIN
examples/ex1.png
BIN
examples/ex1.png
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 17 KiB |
Loading…
x
Reference in New Issue
Block a user