File:Meppen in germany population.svg
Summary
Description |
English: Meppen (in Germany) population statistics, since 1821
Deutsch: Entwicklung der Einwohnerzahl von Meppen seit 1821 |
Date | |
Source | Own work |
Author | Holger aus dem Emsland |
Gnuplot script to generate this plot
Category:Unspec SVG created with Gnuplot#00100316Meppen%20in%20germany%20population.svg#!/usr/bin/gnuplot
# gnuplot 4.2 / Ubuntu 8.10
#input
set datafile separator ";"
#output
unset key
set linetype 1 lw 2 lc rgb "black" pointtype 7
set grid
set decimalsign '.'
set xlabel 'Jahr'
set xrange ['1825':'2010']
set format x '%.0f'
set ylabel 'Einwohnerzahl'
set yrange [1:40]
set ytics 5
set format y '%.3f'
set term svg size 800,400 font "Arial,10"
set output 'meppen_in_germany_population.svg'
plot '-' using 1:($2)
1821;4.815
1848;5.130
1871;5.085
1885;6.268
1905;7.687
1925;9.645
1933;11.745
1939;15.045
1946;17.173
1950;19.141
1956;20.965
1961;22.914
1971;27.305
1975;27.308
1980;28.135
1985;28.888
1990;30.508
1995;32.093
2000;33.412
2005;34.196
2010;34.944
e
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
![]() |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. |
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported, 2.5 Generic, 2.0 Generic and 1.0 Generic license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.