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:
authorYori Zwols <yori@google.com>2015-07-16 17:14:52 +0300
committerYori Zwols <yori@google.com>2015-07-16 17:14:52 +0300
commita8b142f964202532f251446e6cd86d3979fc0771 (patch)
treef7ca3a4c0d81a08e3ba87ec692d66e78944be70b
parent35f4250471217f66329781e2818c9ef8cbe7b5f3 (diff)
Some small documentation improvements
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7a0378d..7e63e04 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ The plotting package currently uses [gnuplot](http://gnuplot.info) as
a backend to display data. In particular, `Gnuplot` version `4.4`
or above is suggested for full support of all functionality.
-By default, plot package will search for terminal in following order
+By default, the plot package will search for terminal in following order:
* ` windows ` terminal if operating system is windows
* ` wxt `, ` qt `, ` x11 ` terminal if operating system is linux
* ` aqua `, `wxt`, ` qt `, ` x11 ` terminal if operating system is mac
@@ -143,7 +143,7 @@ gnuplot.plot(torch.sin(x))
![](doc/plot_x.png)
In more general form, plot vector `y` vs `x` using the format
-specified. The possible entries of format string can be
+specified. The possible entries of format string can be:
* `.` for dots
* `+` for points
* `-` for lines