Changing values shown on axis

Discussion about generation of graphs and tables
Post Reply
gpfoto
Posts: 4
Joined: Thu Oct 13, 2011 2:41 pm

Changing values shown on axis

Post by gpfoto » Thu Oct 13, 2011 2:54 pm

Hi,

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";
And I get the small jpg graphs I've on my homepage at http://www.meteoqueixans.com.

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";
It seams to work a bit but not for all the commands. See attached image:
Captura.JPG
Captura.JPG (18.8 KiB) Viewed 3522 times
Anyone can help?

Regards

User avatar
admin
Site Admin
Posts: 332
Joined: Sun Feb 07, 2010 9:22 pm

Re: Changing values shown on axis

Post by admin » Fri Oct 14, 2011 10:01 pm

please try again. I did some changes.

Post Reply