From a8b142f964202532f251446e6cd86d3979fc0771 Mon Sep 17 00:00:00 2001 From: Yori Zwols Date: Thu, 16 Jul 2015 15:14:52 +0100 Subject: Some small documentation improvements --- README.md | 4 ++-- 1 file 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 -- cgit v1.2.3