File:Stuetzengruen population.svg
Summary
| Description |
English: Stützengrün population statistics, since 1800
Deutsch: Einwohnerentwicklung von Stützengrün seit 1800 |
| Date | |
| Source | Own work based on: Daten entnommen aus der Einwohnerentwicklung von Stützengrün |
| Author | Cmdrsamu |
| SVG development | Category:Valid SVG created with Gnuplot#Stuetzengruen%20population.svg |
Source code

This media was created with gnuplot (command-line plotting program)Category:Images with gnuplot source code
Here is a listing of the source used to create this file.
Here is a listing of the source used to create this file.
#input
set timefmt "%d.%m.%Y"
set datafile separator ";"
#output
unset key
set style data lines
set style fill transparent solid 0.4
set grid
set xdata time
set xlabel 'Jahr'
set xrange ['01.01.1800':'31.12.2010']
set xtics 630720000
set mxtics 5
set format x '%Y'
set ylabel 'Einwohnerzahl'
set ytics 500
set format y '%.0f'
set term svg size 800,400 font "Arial,10"
set output 'stuetzengruen_population.svg'
plot '-' using 1:($2) with filledcurves below x1 lt rgb 'dark-blue' lw 2
31.12.1557;26
31.12.1834;1996
31.12.1871;2083
31.12.1890;2205
31.12.1910;2625
31.12.1925;2872
31.12.1939;2979
31.12.1946;3078
31.12.1950;3597
31.12.1964;3037
31.12.1971;2863
31.12.1990;2467
31.12.1998;4092
31.12.1999;4085
31.12.2000;4004
31.12.2001;3976
31.12.2002;3981
31.12.2003;3941
31.12.2004;3842
31.12.2005;3806
31.12.2006;3771
31.12.2007;3724
31.12.2008;3688
31.12.2009;3640
31.12.2010;3616
e
Licensing
Cmdrsamu, the copyright holder of this work, hereby publishes it under the following license:
| This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
| The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
|