Admin:Gnuplot
Aus Stadtwiki
Vorschläge bitte auf der Diskussionsseite
siehe Node:Gnuplot-Daten
Gnuplot
set title 'Artikelanzahl deutscher Stadtwikis' set key top left reverse box set grid set ylabel 'Artikelanzahl' set xdata time set timefmt "%d-%m-%Y" set format x "%d.%m.%Y" plot "ka-wiki.dat" using 1:2 title " Karlsruhe " with lines lw 3 , \ "pfenz.dat" using 1:2 title " Pforzheim-Enz " with lines lw 3, \ "rn-wiki.dat" using 1:2 title " Rhein-Neckar " with lines lw 3, \ "dd-wiki.dat" using 1:2 title " Dresden " with lines lw 3 pause -1 "Hit return to continue" set output "Gnuplot.png" set term png small
replot
Gnuplot-days
set title 'Artikelanzahl deutscher Stadtwikis' set key top left reverse box set grid set xlabel 'Tage seit Start des Wikis' set ylabel 'Artikelanzahl' plot "ka-days.dat" using 1:2 title " Karlsruhe " with lines lw 3, \ "pf-days.dat" using 1:2 title " Pforzheim-Enz " with lines lw 3, \ "rn-days.dat" using 1:2 title " Rhein-Neckar " with lines lw 3, \ "dd-days.dat" using 1:2 title " Dresden " with lines lw 3 pause -1 "Hit return to continue" set output "Gnuplot-days.png" set term png small
replot
Datenformat:
pfenz:
30-04-2006 0 01-05-2006 1 03-05-2006 50 04-05-2006 100 09-05-2006 200 18-05-2006 300
Datenformat Tage:
0 0 1 1 3 50 4 100 9 200
del.icio.us
Mr.Wong
