|
From: Thomas S. <t.s...@fz...> - 2008-03-26 08:27:38
|
> eg
> today = date("+%D");
> title=title.today
titletext="plotting time: "
today=`date +\"%D\"`
set title titletext.today
or
titletext="plotting time: "
set title titletext.`date +\"%D\"`
--
View this message in context: http://www.nabble.com/getting-date-into-a-label-tp16296555p16297579.html
Sent from the Gnuplot - Dev mailing list archive at Nabble.com.
|