|
From: graphix <ber...@co...> - 2005-12-21 14:15:35
|
Hans-Bernhard Broeker <broeker <at> physik.rwth-aachen.de> writes: > > graphix wrote: > > Is there a way to get date/time info dynamically put into the > > info that gets show via "set title"? > > No. But have you looked at 'set timestamp'? Yea, putting it into the title works better for me. Since all of my gnuplot stuff is gen'd from scripts, dt=`date ...` and then "set title stuff $dt" works fine. Thanks |