How to set the current date in the gnuplot title -


it's possible set current date in gnuplot title?

something like...

set title "date of execution = datetime()"

thanks in advance.

alexandre.

use strftime , time(0) add time/data title, e.g.:

set title "data of execution ".strftime("%a %b %d %h:%m:%s %y", time(0)) 

alternatively, if doesn't have in title can use

set timestamp 

Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -