Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/gnuplot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/plotline.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plotline.md b/doc/plotline.md
index a561981..c7960de 100644
--- a/doc/plotline.md
+++ b/doc/plotline.md
@@ -23,7 +23,7 @@ specified. The possible entries of format string can be:
* `+-` for points and lines
* `~` for using smoothed lines with cubic interpolation
* `|` for using boxes
- * `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)`)
* custom string, one can also pass custom strings to use full capability of gnuplot.
```lua