I'm having some problems trying to plot two different data sets from stdin in gnuplot... This is the command I'm testing with:
% gnuplot -persist <<EOF
plot '-' index 0 with points, \
'' index 1 with points
1 1.2
2 1.8
3 1.6
1.1 0.8
2.1 0.3
3.1 1.0
EOF
Any advise will be very helpful. Thanks