>267
>266 と同じ考え方というか応用

plot "< awk '{if ($1 < 1000) print $0}' hoge.dat" pt 1,\
"< awk '{if (1000 <= $1 < 2000) print $0}' hoge.dat" pt 2,\
...