We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15fdaa commit c99cb8aCopy full SHA for c99cb8a
doc/plotline.md
@@ -23,7 +23,7 @@ specified. The possible entries of format string can be:
23
* `+-` for points and lines
24
* `~` for using smoothed lines with cubic interpolation
25
* `|` 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)`)
+ * `v` for drawing vector fields. (In this case, `x` and `y` have to be two column vectors `(x, xdelta)`, `(y, ydelta)`)
27
* custom string, one can also pass custom strings to use full capability of gnuplot.
28
29
```lua
0 commit comments