Skip to content

Commit fa0167b

Browse files
committed
Merge pull request #21 from minhlab/master
correct typo
2 parents c15fdaa + c99cb8a commit fa0167b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/plotline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ specified. The possible entries of format string can be:
2323
* `+-` for points and lines
2424
* `~` for using smoothed lines with cubic interpolation
2525
* `|` for using boxes
26-
* `v` for drawing vector fiels. (In this case, `x` and `y` have to be two column vectors `(x, xdelta)`, `(y, ydelta)`)
26+
* `v` for drawing vector fields. (In this case, `x` and `y` have to be two column vectors `(x, xdelta)`, `(y, ydelta)`)
2727
* custom string, one can also pass custom strings to use full capability of gnuplot.
2828

2929
```lua

0 commit comments

Comments
 (0)