TIA,
Janice
> I'm running gnuplot through a pipe from a C++ program and would like
> to have interactive plotting of data points (in 2D). i.e. Plot each
> point as it is generated.
Gnuplot doesn't do incremental plots. For every time you want a plot,
all data going into that have to be available. You can work around
this using multiplot, but that makes it impossible to get hardcopies
via 'replot' so you may want to avoid that.
> Unfortunately, I can't seem to find a command to plot just one
> point.
plot '-' title 'one point' with points
1 2
E
For details, see 'help plot datafile special'
--
Hans-Bernhard Broeker (bro...@physik.rwth-aachen.de)
Even if all the snow were burnt, ashes would remain.