https://creativecommons.org/licenses/by/2.0CC BY 2.0 Creative Commons Attribution 2.0 truetrue
Gnuplot
Version 4.4 patchlevel 3
# Use "term svg" instead of "term png" to obtain SVG image
#set term svg size 725,426 dynamic font "sans-serif"
set term png transparent truecolor size 725,426
set autoscale xfix
set grid
set style data linespoints
set pointsize 0.6
unset key
plot "population.txt" using 1:($2/1000) linetype rgb "#FF00FF" pt 5
'''Description''': evolution of demography in Switzerland (1970-2005) '''Source''': * chart: own work * data: Swiss Federal Statistical Office (http://www.bfs.admin.ch/bfs/portal/en/index.html) '''Author''': User:Dimelina '''Date''': 10th December