The Tektronix vector graphics plotting standard is ancient, but still pretty widely supported. For example,
$ gnuplot
gnuplot> set term xterm
gnuplot> plot "data"
gnuplot>
will plot data graphically. It would be nice if that were also supported in GraphTerm.
The Tektronix vector graphics plotting standard is ancient, but still pretty widely supported. For example,
$ gnuplot
gnuplot> set term xterm
gnuplot> plot "data"
gnuplot>
will plot data graphically. It would be nice if that were also supported in GraphTerm.