Blame | Last modification | View Log | Download
set autoscale y
#set yrange [-1:110]
set size 1,1
set origin 0,0
set multiplot
set size 1,0.5
set origin 0,0
plot [0:1000] "./output.txt" using 1:2 with lines,"" using 1:3 with lines
set size 1,0.5
set origin 0,0.5
plot [0:1000] "" using 1:4 with lines