Page 1 of 1

The Possibility to include date/time in graphs titles.

Posted: Fri Jan 09, 2009 12:05 pm
by majland
I'm still new to this and only have about a week worth of data logged :-)

But i'm looking into which graphs that i wants to generate in different timeframes.

The possibility to include date/time in the graph upload filename by means of strftime formatting makes it easy to generate graphs on a monthly basis.

But it would be nice to be able to include some date/time as part of the graph title. Could be done in the same way as the filename.

Or maybe the possibility to just add the timeframe as selected

An example

http://majland.org/weather/09.01.temp.month

This graph shows the temperature for the acual month and its uploaded every hour. So it will be updated until 31.01 23:00 and the from 2009.02.01 i'll get a new graphfile uploaded

The period can ofcourse be seen on the x-axis but it would be nice to have it in the title as well

Re: The Possibility to include date/time in graphs titles.

Posted: Sat Sep 10, 2011 9:46 am
by neppers
I also would like this function. Or maybe it is included by now? :-) Would also like it to be possibly to f.ex include max and min temp in the title.

Re: The Possibility to include date/time in graphs titles.

Posted: Fri Sep 16, 2011 10:51 pm
by nduku
Hi,

the graphs are created using gnuplot and you can manipulate the graphs using the format line in the graphs definition, eg.
set timestamp "%d.%m.%y - %H:%M"
adds a date/timestamp to the graph.

You can find more examples here: viewtopic.php?f=13&t=6230

Cheers,
Axel