File:Hof (Saale) Bevoelkerungsentwicklung.svg

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary

edit
Description
Deutsch: Bevölkerungsentwicklung in Hof (Saale). Daten von [1]
English: Population development of Hof (Saale). Data taken from [2].
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
#
# 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

set title 'Bevölkerungsentwicklung in der Stadt Hof'
unset key
set style fill transparent solid 0.3
set grid

set xlabel 'Jahr'
set xrange [1818:2012]
# Jahreszahl alle 10 Jahre
set xtics 10
# nochmal unterteilen
set mxtics 10

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

set terminal svg size 800,400 font 'Arial,11'
set output 'Hof_(Saale)_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: https://de.wikipedia.org/wiki/Hof_(Saale)
	1818 4667
	1840 7985
	1880 21000
	1900 32781
	1920 40785
	1939 44878
	1945 55405
	1950 61033
	1955 58005
	1960 58595
	1961 57129
	1965 55810
	1970 54454
	1975 54644
	1980 53180
	1985 51035
	1988 50938
	1989 52319
	1990 52913
	1995 52590
	2000 50741
	2004 49163
	2006 48124
	2007 47744
	2009 46779
	2010 46286
	2011 45943
	2012 44461
EOF
	1818 4667
	1840 7985
	1880 21000
	1900 32781
	1920 40785
	1939 44878
	1945 55405
	1950 61033
	1955 58005
	1960 58595
	1961 57129
	1965 55810
	1970 54454
	1975 54644
	1980 53180
	1985 51035
	1988 50938
	1989 52319
	1990 52913
	1995 52590
	2000 50741
	2004 49163
	2006 48124
	2007 47744
	2009 46779
	2010 46286
	2011 45943
	2012 44461
EOF

File history

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

Date/TimeThumbnailDimensionsUserComment
current08:14, 23 March 2014Thumbnail for version as of 08:14, 23 March 2014800 × 400 (29 KB)Simified (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

Metadata