With MeteoHub I uso this format command on graphs:
Code: Select all
set locale "es_ES"; set title offset 0,-1;set format x "%d-%m";set lmargin 5;set format y "%.1f";
But using MeteoPlug I don't know how to use these same commands. I use this:
Code: Select all
ggpformat=set_locale_"es__ES";_set_title_offset_0,-1;set_format_x_"%Hh";set_lmargin_5;set_format_y_"%.1f";
Regards