added rijeka, fixed y axes, offset to 0
[zc] / gnuplot / template.sql
1 select to_char(time, 'YYYY-MM-DD HH24:MI:SS'), x_axis_angle, y_axis_angle
2 from zc
3 where pn = 2008050087 -- and time > now() - interval '24 hours'
4 order by time asc 
5