File:Kronach Bevoelkerungsentwicklung.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 800 × 400 pixels. Other resolutions: 320 × 160 pixels | 640 × 320 pixels | 1,024 × 512 pixels | 1,280 × 640 pixels | 2,560 × 1,280 pixels.
Original file (SVG file, nominally 800 × 400 pixels, file size: 28 KB)
File information
Structured data
Captions
Contents
Summary
[edit]DescriptionKronach Bevoelkerungsentwicklung.svg |
Deutsch: Bevölkerungsentwicklung der Stadt Kronach. Graphik nach "Bayerisches Landesamt für Statistik: Statistik kommunal 2012 ‒ Eine Auswahl wichtiger statistischer Daten für die Stadt Kronach.". |
Date | |
Source | Own work |
Author | Michael Fiedler |
SVG development InfoField | This population chart was created with Gnuplot. This plot uses embedded text that can be easily translated using a text editor. |
Source code InfoField | Gnuplot code#!/usr/bin/gnuplot
# gnuplot 4.6 / Debian 7
#
# Graphik nach "Bayerisches Landesamt fuer Statistik: Statistik kommunal 2012 -
# Eine Auswahl wichtiger statistischer Daten fuer die Stadt Kronach.",
# http://www.statistik.bayern.de/statistikkommunal/09476145.pdf
#
# Erstellt von Michael Fiedler <michael.fiedler87@gmx.de>
# Lizenz: CC-BY-SA 3.0 unported, https://creativecommons.org/licenses/by-sa/3.0/deed.de
# Basierend auf http://commons.wikimedia.org/wiki/File:Muc_population.svg von Gorgo
# input
set timefmt "%d.%m.%Y"
set datafile separator ";"
# output
set title 'Bevölkerungsentwicklung in Kronach'
unset key
set style fill transparent solid 0.3
set grid
set xdata time
set xlabel 'Jahr'
set xrange ['01.12.1840':'31.12.2012']
# Jahreszahl alle 10 Jahre (Beginn,Erhoehung in 0,1 Sekunden,Ende)
# Der Zahlenwert entspricht einem Jahr mit 365,25 Tagen
set xtics '31.12.1839',315576000,'31.12.2015'
# Zehnjahresintervall in 9 Intervalle unterteilt (jedes Jahr eine Markierung)
set mxtics 10
set format x '%Y'
set ylabel 'Einwohnerzahl'
# Beschriftungsintervall
set ytics 2000
# weitere Unterteilung ohne Beschriftung
set mytics 2
set yrange ['0':'20000']
set terminal svg size 800,400 font 'Arial,10'
set output 'Kronach_Bevoelkerungsentwicklung.svg'
Data# '-' nimmt die nachfolgenden Daten als Eingabewerte
plot '-' using 1:($2) with filledcurves below x1 linetype rgb 'dark-blue' linewidth 2, \
'-' using 1:($2) with impulses linecolor rgbcolor 'dark-red' linewidth 1.5
# Daten zum Teil aus https://www.statistikdaten.bayern.de/genesis/
01.12.1840;7528
01.12.1871;8918
01.12.1900;10178
16.06.1925;12651
17.05.1939;13239
13.09.1950;17559
31.12.1960;18288
06.06.1961;18456
31.12.1970;18883
27.05.1970;18890
31.12.1980;18363
25.05.1987;18401
31.12.1990;18604
31.12.2000;18227
31.12.2002;18331
31.12.2003;18289
31.12.2004;18258
31.12.2005;18028
31.12.2006;17884
31.12.2007;17739
31.12.2008;17564
31.12.2009;17437
31.12.2010;17279
31.12.2011;17201
31.12.2012;16967
31.12.2013;16897
31.12.2014;16849
31.12.2015;16808
EOF
# Daten zum Teil aus https://www.statistikdaten.bayern.de/genesis/
01.12.1840;7528
01.12.1871;8918
01.12.1900;10178
16.06.1925;12651
17.05.1939;13239
13.09.1950;17559
31.12.1960;18288
06.06.1961;18456
31.12.1970;18883
27.05.1970;18890
31.12.1980;18363
25.05.1987;18401
31.12.1990;18604
31.12.2000;18227
31.12.2002;18331
31.12.2003;18289
31.12.2004;18258
31.12.2005;18028
31.12.2006;17884
31.12.2007;17739
31.12.2008;17564
31.12.2009;17437
31.12.2010;17279
31.12.2011;17201
31.12.2012;16967
31.12.2013;16897
31.12.2014;16849
31.12.2015;16808
EOF
|
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported 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.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 11:11, 21 April 2014 | 800 × 400 (28 KB) | Simified (talk | contribs) | neue Daten | |
14:23, 18 April 2014 | 800 × 400 (28 KB) | Simified (talk | contribs) | Zahl 31.12.2012 hinzugefuegt | ||
09:42, 23 March 2014 | 800 × 400 (29 KB) | Simified (talk | contribs) | fix mxtics | ||
02:02, 23 March 2014 | 800 × 400 (28 KB) | Simified (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Short title | Gnuplot |
---|---|
Image title | Produced by GNUPLOT 4.6 patchlevel 0 |
Width | 800 |
Height | 400 |