File:Landkreis Saalfeld-Rudolstadt Bevoelkerungsentwicklung.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 500 × 400 pixels. Other resolutions: 300 × 240 pixels | 600 × 480 pixels | 960 × 768 pixels | 1,280 × 1,024 pixels | 2,560 × 2,048 pixels.
Original file (SVG file, nominally 500 × 400 pixels, file size: 15 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionLandkreis Saalfeld-Rudolstadt Bevoelkerungsentwicklung.svg |
Deutsch: Bevölkerungsentwicklung im Landkreis Saalfeld-Rudolstadt 1994‒2012 English: Population development in Landkreis Saalfeld-Rudolstadt 1994‒2012 |
Date | |
Source | Own work |
Author | Michael Fiedler |
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.
Gnuplot script to generate this plot
[edit]#!/usr/bin/gnuplot
# gnuplot 4.6 / Debian 7
#
# 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
# output
set title 'Bevölkerungsentwicklung im Landkreis Saalfeld-Rudolstadt'
unset key
set style fill transparent solid 0.3
set grid
set xlabel 'Jahr (jeweils 31.12.)'
set xrange [1994:2013]
# Jahreszahl alle 2 Jahre
set xtics 2
# nochmal in zwei Teilintervalle unterteilen (jedes Jahr eine Markierung)
set mxtics 1
set ylabel 'Einwohnerzahl'
# Beschriftungsintervall
set ytics 20000
# weitere Unterteilung ohne Beschriftung
set mytics 2
set yrange ['0':'145000']
set terminal svg size 500,400 font 'Arial,12'
set output 'Landkreis_Saalfeld-Rudolstadt_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
# Datenquelle: http://de.wikipedia.org/wiki/Landkreis_Saalfeld-Rudolstadt
1994 140112
1995 139040
1996 138529
1997 137282
1998 135425
1999 134307
2000 132885
2001 131015
2002 129610
2003 127910
2004 126692
2005 125087
2006 123516
2007 121542
2008 119817
2009 118303
2010 116818
2011 115722
2012 111463
2013 110307
EOF
1994 140112
1995 139040
1996 138529
1997 137282
1998 135425
1999 134307
2000 132885
2001 131015
2002 129610
2003 127910
2004 126692
2005 125087
2006 123516
2007 121542
2008 119817
2009 118303
2010 116818
2011 115722
2012 111463
2013 110307
EOF
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 17:11, 18 October 2014 | 500 × 400 (15 KB) | Simified (talk | contribs) | Zahlen 2013 ergaenzt | |
07:43, 23 March 2014 | 500 × 400 (15 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:
- Usage on de.wikipedia.org
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 | 500 |
Height | 400 |