Skip to content

Commit a8b142f

Browse files
author
Yori Zwols
committed
Some small documentation improvements
1 parent 35f4250 commit a8b142f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The plotting package currently uses [gnuplot](http://gnuplot.info) as
1414
a backend to display data. In particular, `Gnuplot` version `4.4`
1515
or above is suggested for full support of all functionality.
1616

17-
By default, plot package will search for terminal in following order
17+
By default, the plot package will search for terminal in following order:
1818
* ` windows ` terminal if operating system is windows
1919
* ` wxt `, ` qt `, ` x11 ` terminal if operating system is linux
2020
* ` aqua `, `wxt`, ` qt `, ` x11 ` terminal if operating system is mac
@@ -143,7 +143,7 @@ gnuplot.plot(torch.sin(x))
143143
![](doc/plot_x.png)
144144

145145
In more general form, plot vector `y` vs `x` using the format
146-
specified. The possible entries of format string can be
146+
specified. The possible entries of format string can be:
147147
* `.` for dots
148148
* `+` for points
149149
* `-` for lines

0 commit comments

Comments
 (0)