# Dinko Korunic, (c) 2004. set terminal png transparent small set size 1,0.5 set ytics autofreq set xtics autofreq set xdata time set autoscale set timefmt "%Y-%m-%d" set format x "%d.%m." set mytics 5 set key below set output "pks.png" plot "ds.carnet.hr.statistic" using 1:3 with fsteps title "ukupni broj PGP kljuceva" set output "pks2.png" set logscale y plot "dnevne" using 1:2 with fsteps title "novi kljucevi","" using 1:3 with fsteps title "promijenjeni kljucevi" #plot "dnevne" using 1:2 with linespoints title "novi kljucevi","" using 1:3 with linespoints title "promijenjeni kljucevi" set output "pks3.png" set logscale y plot "lokalne" using 1:2 with fsteps title "zatrazeni kljucevi","" using 1:3 with fsteps title "zatrazen ispis kljuceva","" using 1:4 with fsteps title "zatrazene statistike","" using 1:5 with fsteps title "dodani kljucevi" #plot "lokalne" using 1:2 with linespoints title "zatrazeni kljucevi","" using 1:3 with linespoints title "zatrazen ispis kljuceva","" using 1:4 with linespoints title "zatrazene statistike","" using 1:5 with linespoints title "dodani kljucevi"