File:Landkreis Kronach Bevoelkerungsentwicklung.svg

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

Original file (SVG file, nominally 800 × 400 pixels, file size: 28 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
Date
Source Own work
Author Michael Fiedler

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
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.

Gnuplot script to generate this plot

[edit]
 
This W3C-unspecified plot was created with Gnuplot.
#!/usr/bin/gnuplot
# gnuplot 4.6 / Debian 7
#
# Graphik nach "Bayerisches Landesamt fuer Statistik: Statistik kommunal 2012 -
# Eine Auswahl wichtiger statistischer Daten fuer den Landkreis Kronach.",
# http://www.statistik.bayern.de/statistikkommunal/09476.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"

# output
set title 'Bevölkerungsentwicklung im Landkreis Kronach'
unset key
set style fill transparent solid 0.3
set grid

set xdata time
set xlabel 'Jahr'
# Jahreszahl alle 10 Jahre (Erhoehung in 0.1 Sekunden)
# Der Zahlenwert entspricht einem Jahr mit 365,25 Tagen
set xtics 315576000
set xrange ['01.01.1840':'31.12.2013']
# jedes Jahr eine Markierung)
set mxtics 10
set format x '%Y'

set ylabel 'Einwohnerzahl'
# Beschriftungsintervall
# weitere Unterteilung ohne Beschriftung
set mytics 2
set yrange ['0':]


set terminal svg size 800,400 font 'Arial,10'
set output 'Landkreis_Kronach_Bevoelkerungsentwicklung.svg'

# '-' 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 40458
	01.12.1871 46943
	01.12.1900 49409
	16.06.1925 59371
	17.05.1939 62511
	13.09.1950 82002
	31.12.1960 79136
	06.06.1961 79501
	27.05.1970 80716
	31.12.1970 80615
	31.12.1980 76405
	25.05.1987 75353
	31.12.1990 76670
	31.12.2000 75591
	31.12.2002 75038
	31.12.2003 74582
	31.12.2004 74275
	31.12.2005 73678
	31.12.2006 72909
	31.12.2007 72289
	31.12.2008 71609
	31.12.2009 70941
	31.12.2010 70106
	31.12.2011 69599	# Fortschreibung des Zensus 2011 laut https://www.statistikdaten.bayern.de/genesis/
	31.12.2012 69095
	31.12.2013 68484
EOF
	# Daten zu  Teil aus https://www.statistikdaten.bayern.de/genesis/
	01.12.1840 40458
	01.12.1871 46943
	01.12.1900 49409
	16.06.1925 59371
	17.05.1939 62511
	13.09.1950 82002
	31.12.1960 79136
	06.06.1961 79501
	27.05.1970 80716
	31.12.1970 80615
	31.12.1980 76405
	25.05.1987 75353
	31.12.1990 76670
	31.12.2000 75591
	31.12.2002 75038
	31.12.2003 74582
	31.12.2004 74275
	31.12.2005 73678
	31.12.2006 72909
	31.12.2007 72289
	31.12.2008 71609
	31.12.2009 70941
	31.12.2010 70106
	31.12.2011 69599	# Fortschreibung des Zensus 2011 laut https://www.statistikdaten.bayern.de/genesis/
	31.12.2012 69095
	31.12.2013 68484
EOF

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current11:22, 30 October 2014Thumbnail for version as of 11:22, 30 October 2014800 × 400 (28 KB)Simified (talk | contribs)Zahlen 2013
17:56, 21 April 2014Thumbnail for version as of 17:56, 21 April 2014800 × 400 (28 KB)Simified (talk | contribs)xrange korrigiert
11:16, 21 April 2014Thumbnail for version as of 11:16, 21 April 2014800 × 400 (28 KB)Simified (talk | contribs)y-Achse angepasst
11:11, 21 April 2014Thumbnail for version as of 11:11, 21 April 2014800 × 400 (29 KB)Simified (talk | contribs)neue Daten
09:43, 23 March 2014Thumbnail for version as of 09:43, 23 March 2014800 × 400 (29 KB)Simified (talk | contribs)fix mxtics
20:08, 22 March 2014Thumbnail for version as of 20:08, 22 March 2014800 × 400 (28 KB)Simified (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata