#! /bin/sh

gnuplot -persist << till_here
set label "$1" at .1,.96
set nokey
plot [t=0:1] [0:1] [0:1] "jd_$1", t notitle
pause -1
till_here
