We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1955fb2 commit cdfd40fCopy full SHA for cdfd40f
doc/plotline.md
@@ -50,6 +50,6 @@ yp = y+0.3+torch.rand(x:size())*0.1
50
ym = y-(torch.rand(x:size())*0.1+0.3)
51
yy = torch.cat(x,ym,2)
52
yy = torch.cat(yy,yp,2)
53
-gnuplot.plot({yy,' filledcurves'},{x,yp,'with lines ls 1'},{x,ym,'with lines ls 1'},{x,y,'with lines ls 1'})
+gnuplot.plot({yy,'with filledcurves fill transparent solid 0.5'},{x,yp,'with lines ls 1'},{x,ym,'with lines ls 1'},{x,y,'with lines ls 1'})
54
```
55

0 commit comments