File:Einwohnerentwicklung von Perleberg.svg
Original file (SVG file, nominally 800 × 400 pixels, file size: 30 KB)
Captions
Summary
editDescriptionEinwohnerentwicklung von Perleberg.svg |
Deutsch: Einwohnerentwicklung von Perleberg. Anmerkung: es werden nur Daten ab 1800 angezeigt. Die Daten sind im Quelltext seit 1620 eingegeben. Man muss also nur den Anzeigbereich im Quelltext ändern und die Grafik neu erzeugen. Wer das tut, sollte allerdings die große Schwankungsbreite (Fakor 10) Anfang des 17, Jahrh. erklären |
Source | Own work |
Author | Summer ... hier! (talk) |
Licensing
editThis 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.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
Gnuplot script to generate this plot
edit#!/usr/bin/gnuplot
# gnuplot
# Variablen
data ='Einwohnerentwicklung_von_Perleburg.dat'
# Allgemeines zu den Eingabedaten
set timefmt "%d.%m.%Y" # Zeitangaben in TT.MM.YYYY
set datafile separator ";" # Spaltenseparator
# Allgemeines zur Ausgabe
unset key # als Standard keine Legende
set style data lines # wird bei 'plot' überschrieben
set style fill transparent solid 0.4 # ebenfalls bei 'plot' überschrieben
set grid #
set border 3 # Bit 1 (unten) + Bit 2 (links)
# Bereiche/Format/etc X-Achse
set xdata time # X-Achse als Zeitachse
set xlabel 'Jahr' # Beschriftung X-Achse
set xlabel offset 0, 0.75 # Schrift etwas höher
set xrange ['30.06.1620':'31.12.2016']
set xtics '01.01.1000', 60 * 60 * 24 * 365.25 * 50
# xtics in Sekunden
# der Beginn der X-Einteilung kann außerhalb xrange
# liegen
set xtics offset 0, 0.5 # Beschritung näher an die X-Achse
set mxtics 5 # Skalenstriche
set xtics nomirror # Nur unten Skalieren
set format x '%Y' # Beschriftungsformat JJJJ
set xtics out # Skal. aussen damit sich nicht von Grafik
# überschr. wird
# Bereiche/Format/etc Y-Achse
set ylabel 'Einwohnerzahl' offset 2 # Abstand Achse/Label
set yrange [0:]
set ytics 2500
set ytics offset 0.5 # Schrift etwas nach rechts
set ytics nomirror
set decimalsign locale "de_DE.utf8" # Stelle Input und Output auf "," um
# set decimalsign ',' würde nur Output umstellen,
set format y "%'.0f" # Ausgabeformat
set mytics 5
set ytics out # Skal. aussen da sie sonst von Grafik
# überschr. wird
#### Markierungsbalken für die beiden Weltkriege etc.
# Die set-Befehle ggf. auskommentieren
# Attribute für Markierungsbalken
set style rect fillcolor lt -1 fillstyle solid 0.1 noborder
#
# == Dreißigjähriger Krieg
set obj rect from '23.05.1618', graph 0 to '24.10.1648' , graph 1
set label "Dreißigjähriger Krieg" at '30.06.1647', graph 0.8 rotate by +60 center
# == Siebenjähriger Krieg
#set obj rect from '29.08.1756', graph 0 to '21.09.1762' , graph 1
#set label "Siebenjähriger Krieg" at '30.06.1759', graph 0.8 rotate by +60 center
# == Befreiungskriege
#set obj rect from '26.02.1813', graph 0 to '20.11.1815' , graph 1
#set label "Befreiungskriege" at '30.06.1814', graph 0.8 rotate by +60 center
# == 1. Weltkrieg
set obj rect from '28.07.1914', graph 0 to '11.11.1918' , graph 1
set label "1. Weltkrieg" at '30.06.1916', graph 0.9 rotate by +60 center
# == 2. Weltkrieg
set obj rect from '01.09.1939', graph 0 to '04.05.1945' , graph 1
set label "2. Weltkrieg" at '30.06.1942', graph 0.4 rotate by +60 center
# == Dädärä
set obj rect from '07.10.1949', graph 0 to '03.10.1990' , graph 1
set label "DDR" at '01.01.1970', graph 0.4 rotate by +60 center
# Ausgabeformat: Wir erzeugen SVG
# Die Ausgabedaten leiten wir bei UNIX in eine Pipe und sind so bei Namen der
# Ausgabedatei flexibel (Aufruf: Progname.plt > Ausgabe-svg)
# Windowsbenutzer, die mit Pipes nicht umgehen könnten, sollten hier hier das
# folgende 'set output ...' auskommentieren und den Dateinamen ggf. ersetzen.
# set output 'Einwohnerentwicklung_von_Perleburg.svg'
set term svg size 800,400 font "Arial,16"
# Die Parameter von 'set term' sind so gewählt, das man in Wikipedia bei einer
# Einbindung [[Datei:Meine_Grafik.svg|mini|400px|Text]] noch Schrift/Details
# erkennen kann.
# Erzeugen der Ausgabe
plot \
data using 1:2 with linespoints linecolor 'dark-blue' linetype 1 linewidth 1.5 pointtype 7 pointsize 0.30,\
Daten
editDie folgenden Daten bitte in eine Textdatei unter dem Namen "Einwohnerentwicklung_von_Perleburg.dat" abspeichern und ins gleiche Verzeichnis wie das GnuPlot-Script ablegen.
Update der Daten und Überschreiben der Grafik ausdrücklich erwünscht.
# Quelle:
# https://de.wikipedia.org/wiki/Perleberg#Bev.C3.B6lkerungsentwicklung
#
30.06.1620;3500
30.06.1640;300
30.06.1648;500
30.06.1697;1137
30.06.1719;1906
30.06.1722;1834
30.06.1730;1791
30.06.1733;1835
30.06.1740;1804
30.06.1749;2042
30.06.1750;2110
30.06.1770;2337
30.06.1780;2500
30.06.1800;2432
30.06.1808;2878
30.06.1817;3058
30.06.1820;3300
#
30.06.1824;2993
30.06.1828;3450
30.06.1834;4933
30.06.1840;5648
30.06.1849;6304
30.06.1852;6414
30.06.1858;6450
30.06.1861;6623
30.06.1871;7500
30.06.1880;7673
30.06.1885;7698
30.06.1890;7530
30.06.1895;8178
30.06.1900;8456
30.06.1905;9502
30.06.1910;9662
30.06.1925;10250
#
30.06.1930;11850
30.06.1932;12100
30.06.1939;12342
15.10.1946;13701
15.08.1950;13710
15.01.1971;13573
31.12.1981;14727
31.12.1985;14385
03.10.1990;13728
31.12.1991;13297
31.12.1992;13362
31.12.1993;14681
31.12.1994;14692
31.12.1995;14596
31.12.1996;14683
31.12.1997;14141
31.12.1998;14126
#
31.12.1999;14047
31.12.2000;13907
31.12.2001;13720
31.12.2002;13606
31.12.2003;13354
31.12.2004;13303
31.12.2005;13094
31.12.2006;13029
31.12.2007;12689
31.12.2008;12474
31.12.2009;12450
31.12.2010;12332
31.12.2011;12169
31.12.2012;12059
31.12.2013;12046
31.12.2014;12087
31.12.2015;12204
31.12.2016;12367
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 | 15:00, 29 January 2018 | 800 × 400 (30 KB) | Summer ... hier! (talk | contribs) | +Wert 2016; Intervall vergr; +Marker | |
12:57, 1 September 2017 | 800 × 400 (20 KB) | Summer ... hier! (talk | contribs) | {{Information |Description = {{de|Einwohnerentwicklung von Perleberg. Anmerkung: es werden nur Daten ab 1800 angezeigt. Die Daten sind im Quelltext seit 1620 eingegeben. Man muss also nur den Anzeigbereich im Quelltext ändern und die Grafik neu erz... |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
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 5.0 patchlevel 3 |
Width | 800 |
Height | 400 |