#!/bin/csh -f

if ($#argv != 1) then
	echo "usage: sunplot filename"
	exit -1
endif

gfxtool -Wl sunplot -Ws 880 880 -Wp 100 8 ctrans -d cgi $1 &
