Go to the documentation of this file.
47 os <<
"#set term postscript color" <<
endl
49 <<
"set title " << g.
title() <<
" 0,0" <<
endl <<
"show title" <<
endl
50 <<
"set xlabel " << g.
xName() <<
" 0,0" <<
endl <<
"show xlabel" <<
endl
51 <<
"set ylabel " << g.
yName() <<
" 0,0" <<
endl <<
"show ylabel" <<
endl
54 bool firstField =
true;
64 os <<
"'-' title " << iter()->
name() <<
" with lines";
66 os <<
"; pause -1" <<
endl;