File:Landkreis Bayreuth 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: 30 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionLandkreis Bayreuth Bevoelkerungsentwicklung.svg |
Deutsch: Bevölkerungsentwicklung des Landkreises Bayreuth. Graphik nach "Bayerisches Landesamt fuer Statistik: Statistik kommunal 2012 ‒ Eine Auswahl wichtiger statistischer Daten fuer den Landkreis Bayreuth.". |
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
#
# Graphik nach "Bayerisches Landesamt fuer Statistik: Statistik kommunal 2012 -
# Eine Auswahl wichtiger statistischer Daten fuer den Landkreis Bayreuth.",
# https://www.statistik.bayern.de/statistikkommunal/09472.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 im Landkreis Bayreuth'
unset key
set style fill transparent solid 0.3
set grid
set xdata time
set xlabel 'Jahr'
set xrange ['01.12.1840':'31.12.2015']
# Jahreszahl alle 10 Jahre (Beginn,Erhoehung in 0.1 Sekunden,Ende)
# Der Zahlenwert entspricht einem Jahr mit 365,25 Tagen
set xtics '01.12.1840',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 10000
# weitere Unterteilung ohne Beschriftung
set mytics 2
set yrange ['0':'120000']
set format y '%.0f'
set terminal svg size 800,400 font 'Arial,10'
set output 'Landkreis_Bayreuth_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
01.12.1840;70548
01.12.1871;72801
01.12.1900;68035
16.06.1925;70356
17.05.1939;71380
13.09.1950;101092
06.06.1961;92733
27.05.1970;97104
25.05.1987;96772
31.12.2002;109302
31.12.2003;109404
31.12.2004;109219
31.12.2005;108724
31.12.2006;108256
31.12.2007;107649
31.12.2008;106952
31.12.2009;106488
31.12.2010;106102
31.12.2011;105740
EOF
01.12.1840;70548
01.12.1871;72801
01.12.1900;68035
16.06.1925;70356
17.05.1939;71380
13.09.1950;101092
06.06.1961;92733
27.05.1970;97104
25.05.1987;96772
31.12.2002;109302
31.12.2003;109404
31.12.2004;109219
31.12.2005;108724
31.12.2006;108256
31.12.2007;107649
31.12.2008;106952
31.12.2009;106488
31.12.2010;106102
31.12.2011;105740
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 | 09:43, 23 March 2014 | 800 × 400 (30 KB) | Simified (talk | contribs) | fix mxtics | |
05:35, 23 March 2014 | 800 × 400 (29 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 | 800 |
Height | 400 |