File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The plotting package currently uses [gnuplot](http://gnuplot.info) as
1414a backend to display data. In particular, ` Gnuplot ` version ` 4.4 `
1515or 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
145145In 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
You can’t perform that action at this time.
0 commit comments