On Sat, 26 May 2012, Artur Tarassow wrote:
is it possible to save a 'graphpage' by a command?
In CVS you have something to experiment with, an
--output=filename option (plus a --monochrome option.
For example,
<hansl>
open data9-7
g1 <- gnuplot QNC --time-series --with-lines
graphpg add
g2 <- gnuplot INCOME --time-series --with-lines
graphpg add
graphpg --output=test.eps --monochrome
</hansl>
Allin