#! /bin/sh
## Shell script to put an xyplot file onto the tektronics window of xterm
## written by Dave Sigeti and Ronnie Mainieri

## The script contains an xyplot command that should be
## self-explanatory bracketed by two escape sequences.  The
## first simply transfers control to the Tek window from the
## VT100 window (popping up the Tek window if it is not
## currently displayed) and the second transfers control back
## to the VT100 window.  The only peculiarity is that the Tek
## window remains hidden if it is currently displayed but
## hidden by other windows.

echo '[?38h'
xyplot -xyil $* | xyug -e | plot -Ttek
echo ''

##
