3 possibilities:
# automatic, but may not place it where you want
set timestamp
# create a label wherever you like
# see "help timefmt" for available format options
set label N at x, y strftime(time("%d/%m/%Y",0))
# same idea but use the output of a shell command
set label N at x, y system("date")
On Fri, Nov 8, 2013 at 2:34 PM, ge...@ri... <ge...@ri...> wrote:
> Hi all,
>
> I'm a quite new gnuplot user, and so far I'm really impressed and it
> works quite well.
>
> I would like to include a string like "created on date & time" into my
> plots. I've searched for a possibility to achieve this in the internet
> and the documentation, but without success so far, maybe I've used the
> wrong search termes. (Sorry if this sounds maybe like a dumb
> question...)
>
> Could anybody advise please?
>
> Thanks,
> Georg
>
>
> ------------------------------------------------------------------------------
> 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
>
|