User:Netnet

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Gallery[edit]

Population Statistics[edit]

Gnuplot Example

Data File: Name.dat Gnuplot File

2000 2146
2001 2116
2002 2076
2003 2060
2004 2039
2005 1980
2006 1947
2007 1897
2008 1850
2009 1844
2010 1789

set output 'Population_Statistics_Name.svg'
set terminal svg size 800,600
set locale 'de_DE.UTF-8'
unset xlabel
set xrange [2000:2010]
set xtics out nomirror autofreq scale 1,0.5
unset ylabel
set ytics out nomirror scale 0.5
set grid ytics
set border 3
set yrange [0:*]
set style fill solid 0.4
plot 'Name.dat' using 1:2 with filledcurve x1 lt 3 lw 3 title ''