From 57a5f4d106f95956c468476e80091fc8ed2893e9 Mon Sep 17 00:00:00 2001 From: Jiakai Zhang Date: Tue, 29 Mar 2016 00:48:59 -0400 Subject: change line plot format string --- doc/plotline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plotline.md b/doc/plotline.md index a561981..8ab3cd9 100644 --- a/doc/plotline.md +++ b/doc/plotline.md @@ -50,6 +50,6 @@ yp = y+0.3+torch.rand(x:size())*0.1 ym = y-(torch.rand(x:size())*0.1+0.3) yy = torch.cat(x,ym,2) yy = torch.cat(yy,yp,2) -gnuplot.plot({yy,' filledcurves'},{x,yp,'lines ls 1'},{x,ym,'lines ls 1'},{x,y,'lines ls 1'}) +gnuplot.plot({yy,' filledcurves'},{x,yp,'with lines ls 1'},{x,ym,'with lines ls 1'},{x,y,'with lines ls 1'}) ``` ![](plot_filled.png) -- cgit v1.2.3