|
From: Ethan M. <eam...@gm...> - 2013-11-08 23:01:22
|
Another variant:
set label N at x,y time("Created on %d-%m-%Y")
On Fri, Nov 8, 2013 at 2:51 PM, Theo <th...@gm...> wrote:
> you are looking for something like
>
> set label 1 "Created on\r\n".strftime("%d.%m.%Y\r\n%H:%M:%S",time(0)) at
> screen 0.8,0.2
>
> Check help and/or the pdf documentation about more details of time
> format, labels, coordinates etc.
>
>
>
> ------------------------------------------------------------------------------
> November Webinars for C, C++, Fortran Developers
> Accelerate application performance with scalable programming models.
> Explore
> techniques for threading, error checking, porting, and tuning. Get the most
> from the latest Intel processors and coprocessors. See abstracts and
> register
> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> Membership management via:
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
|