File:Einwohnerentwicklung von Zittau (temporary file).svg

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

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description in dieser Grafik wurde ein Graph mit der tatsächlichen Einwohnerentwicklung und drei Graphen über Prognosen kombiniert. Die Prognosen stammen aus Einwohnerentwicklung von Zittau#Bevölkerungsprognose. Diese Grafphik sollte nicht in Artikel engebaut werden - sie dient nur zu Diskussionszwecken. Nach Abschl. der Diskussion werde ich einen Löschantrag stellen.
Source Own work; data from Einwohnerentwicklung von Zittau
Author Summer ... hier!
Other versions Einwohnerentwicklung von Zittau.svg
SVG development
InfoField
W3C grn 
The SVG code is valid.
Gnuplot val 
This plot was created with Gnuplot.
OOjs UI icon language-constructive 
 This plot uses embedded text that can be easily translated using a text editor.

Gnuplot script to generate this plot[edit]

Lissajous small 
This plot was created with Gnuplot.

Source code

InfoField

Gnuplot code

#!/usr/bin/gnuplot
#
# GnuPlot Quellcode abgekupfert (veraendert, kommentiert, etc.) von:
# https://commons.wikimedia.org/wiki/File:Berlin_population.svg
#
# Bitte beim Neugenerieren der SVG-Datei auch diesen Qeullcode anpassen.
# (ueber die Versionsgeschichte ist dann ausreichend nachvollziehbar wer
# was geaendert hat)

#input
set timefmt "%d.%m.%Y"      # Datumseingabe im Format dd.mm.jjjj
set datafile separator ";"  # Descriptor zw. Datum und Wert für Bevoelkerung

#output
unset key
set style data lines

# set style fill transparent solid 0.4
set style fill solid 0.4
set grid

set xdata time        # X-Achse bildet Zeit ab
set xlabel 'Jahr'     # Label der X-Achse
set xrange ['01.06.1790':'31.12.2030']  # Dargestellter Bereich der X-Achse
                      # Dargestellter Bereich der X-Achse
set xtics '30.06.1775',788940000  
                      #  xtics in Sekunden für 25 Jahre: 
                      # 60 * 60 * 24 * 365.25 * 25 
                      # der Beginn der X-Einteilung kann außerhalb xrange
                      # liegen
set mxtics (5)        # Unterteilung 
set format x '%Y'     # Beschriftungsformat JJJJ

set ylabel 'Einwohnerzahl' # Label der Y-Achse
set ytics 10000            # Teilstriche
set mytics 2               # Unterteilung
set yrange [0:50000]       # Bereich
# Ein lakale Einstellung von Dezimalzahlen auswählen. 
# Die Optionen können unter Unix mit "locale -a" ermittelt werden. 
set decimalsign locale "de_DE.utf8"
set decimal     locale "de_DE.utf8"
set format y  "%'.0f"  # Ausgabeformat

# Ausgabe:
# Wir erzeugen SVG
# Die Ausgabedaten leiten wir in eine Pipe und sind so bei Namen der
# Ausgabedatei flexibel (Aufruf: Progname.plt > Ausgabe-svg)
set term svg size 800,400 font "Arial,14"

# Plot Starten
plot '-' using 1:($2) with filledcurves below x1 lt rgb 'dark-blue' lw 2, \
     '-' using 1:($2)                            lt rgb '#DF0000'   lw 2, \
     '-' using 1:($2)                            lt rgb '#DF8F00'   lw 2, \
     '-' using 1:($2)                            lt rgb '#DFDF00'   lw 2

Data

#
01.06.1790;7334
01.06.1820;7372
01.12.1834;9100
01.12.1837;8674
03.12.1849;10056
03.12.1861;13361
03.12.1864;14300
03.12.1867;15600
01.12.1871;17869
01.12.1875;20417
01.12.1880;22473
01.12.1885;23215
01.12.1890;25394
02.12.1895;28132
01.12.1900;30921
01.12.1905;34719
01.12.1910;37084
01.12.1916;30795
05.12.1917;30147
08.10.1919;34200
16.06.1925;38521
16.06.1933;39719
17.05.1939;38628
01.12.1945;43968
29.10.1946;45084
31.08.1950;46692
31.12.1955;46103
31.12.1960;43241
31.12.1964;42850
01.01.1971;43321
31.12.1975;42048
31.12.1981;41122
31.12.1985;39731
31.12.1988;38144
31.12.1990;34465
31.12.1995;29584
31.12.2000;27454
31.12.2005;25277
31.12.2006;24984
31.12.2010;28212
31.12.2011;27845
31.12.2012;26206
31.12.2013;25950
31.12.2014;25792
31.12.2015;25712
e

Prognosen

#
# Prognose nach Tab. "Prognosen der Bevölkerungsentwicklung (Hauptwohnsitze) für Zittau" aus:
# https://de.wikipedia.org/wiki/Einwohnerentwicklung_von_Zittau#Bev.C3.B6lkerungsprognose
31.12.2003;26096 # Einwohner (Stand 2006 oder früher)
31.12.2005;25186 # Einwohner (Stand 2006 oder früher)
31.12.2010;23389 # Einwohner (Stand 2006 oder früher)
31.12.2015;22172 # Einwohner (Stand 2006 oder früher)
31.12.2020;21136 # Einwohner (Stand 2006 oder früher)
e
#
# Prognose nach Tab. "Prognosen der Bevölkerungsentwicklung (Hauptwohnsitze) für Zittau" aus:
# https://de.wikipedia.org/wiki/Einwohnerentwicklung_von_Zittau#Bev.C3.B6lkerungsprognose
31.12.2006;29835 # Einwohner (Stand 2006 oder später)
31.12.2010;28331 # Einwohner (Stand 2006 oder später)
31.12.2015;26446 # Einwohner (Stand 2006 oder später)
31.12.2020;24820 # Einwohner (Stand 2006 oder später)
31.12.2025;23359 # Einwohner (Stand 2006 oder später)
e
#
# Prognose nach Tab. "Prognosen der Bevölkerungsentwicklung (Hauptwohnsitze) für Zittau" aus:
# https://de.wikipedia.org/wiki/Einwohnerentwicklung_von_Zittau#Bev.C3.B6lkerungsprognose
31.12.2012;26210 # Einwohner (Stand 2013)
31.12.2020;23830 # Einwohner (Stand 2013)
31.12.2025;22590 # Einwohner (Stand 2013)
31.12.2030;21430 # Einwohner (Stand 2013)
e

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

File history

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

Date/TimeThumbnailDimensionsUserComment
current12:15, 25 August 2017Thumbnail for version as of 12:15, 25 August 2017800 × 400 (24 KB)Summer ... hier! (talk | contribs)Linien für Prognosen fetter
12:11, 17 August 2017Thumbnail for version as of 12:11, 17 August 2017800 × 400 (24 KB)Summer ... hier! (talk | contribs)== {{int:filedesc}} == {{Information |Description= in dieser Grafik wurde ein Graph mit der tatsächlichen Einwohnerentwicklung und drei Graphen über Prognosen kombiniert. Die Prognosen stammen aus [[:de:Einwohnerentwicklung von Zittau#Bevölkerungspr...

Metadata