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:
authorMinh Le <ngocminh.oss@gmail.com>2016-02-20 18:07:57 +0300
committerMinh Le <ngocminh.oss@gmail.com>2016-02-20 18:07:57 +0300
commitc99cb8ae25f24d383836000d7c89b8438aeeb7ba (patch)
treed7ecdd47ff6fc9a90262b9aa1aa9dfb1dd8e6097
parentc15fdaae50b74f087ec7eb12ff2ec33f4b227415 (diff)
correct typo
-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