File:Einwohnerentwicklung von Ingelheim am Rhein 1815-1939.svg
Original file (SVG file, nominally 800 × 400 pixels, file size: 21 KB)
Captions
Summary
[edit]DescriptionEinwohnerentwicklung von Ingelheim am Rhein 1815-1939.svg |
Deutsch: Einwohnerentwicklung von Ingelheim von 1815 bis 1939 Vor der Stadtwerdung. Zu den Farbzuordnungen sie GnuPlot-Script unten. |
Source | Own work |
Author | Summer ... hier! (talk) 10:08, 15 September 2017 (UTC) |
Licensing
[edit]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.
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
# Allgemeines zu den Eingabedaten
set timefmt "%d.%m.%Y" # Zeitangaben in TT.MM.YYYY
set datafile separator ";" # Spaltenseparator
# Allgemeines zur Ausgabe
unset key
set style data lines
set style fill transparent solid 0.4
set grid
# Bereiche/Format/etc X-Achse
set xdata time
set xlabel 'Jahr'
set xrange ['30.06.1812':'30.06.1942']
set xtics '01.01.1000', 60 * 60 * 24 * 365.25 * 25
# xtics in Sekunden
# der Beginn der X-Einteilung kann außerhalb xrange
# liegen
set mxtics 5 # Unterteilung der Skalierung
set xtics nomirror # Nur unten Skalieren
set format x '%Y' # Beschriftungsformat JJJJ
# Bereiche/Format/etc Y-Achse
set ylabel 'Einwohnerzahl'
set yrange [0:]
set ytics 2500
set mytics 5
set ytics nomirror
set decimalsign locale "de_DE.utf8"
set decimal locale "de_DE.utf8"
set format y "%'.0f" # Ausgabeformat
# Ausgabeformat: 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" dashed
# set termoption dashed # sollte bei Probl. m. gestrichelten L. gesetzt werden
# keine "set output '<Dateiname>'" Angabe
# Erzeugen der Ausgabe
plot \
'-' using 1:($2) with linespoints linecolor 'dark-blue' linetype 1 linewidth 1.5 pointtype 7 pointsize 0.25,\
'-' using 1:($2) with linespoints linecolor 'dark-red' linetype 1 linewidth 1.5 pointtype 7 pointsize 0.25,\
'-' using 1:($2) with linespoints linecolor 'dark-green' linetype 1 linewidth 1.5 pointtype 7 pointsize 0.25,\
'-' using 1:($2) with linespoints linecolor 'dark-yellow' linetype 1 linewidth 1.5 pointtype 7 pointsize 0.25,\
'-' using 1:($2) with linespoints linecolor 'magenta' linetype 1 linewidth 1.5 pointtype 7 pointsize 0.25
# Quelle:
# https://de.wikipedia.org/wiki/Ingelheim_am_Rhein#Einwohnerentwicklung
# (dort die Tabelle "Vor der Stadtwerdung")
# Gesamt 'dark-blue'
30.06.1815;3967
30.06.1834;5737
30.06.1861;6442
30.06.1900;7675
30.06.1905;8489
30.06.1910;8213
30.06.1933;10456
30.06.1939;11035
EOF
#
# Nieder-Ingelheim 'dark-red'
30.06.1815;1360
30.06.1834;2130
30.06.1861;2352
30.06.1900;3435
30.06.1905;3435
30.06.1910;3852
30.06.1933;5157
30.06.1939;5526
EOF
#
# Ober-Ingelheim 'dark-green'
30.06.1815;1738
30.06.1834;2371
30.06.1861;2673
30.06.1900;3402
30.06.1905;3402
30.06.1910;3479
30.06.1933;4116
30.06.1939;4309
EOF
#
# Frei-Weinheim 'dark-yellow'
30.06.1815;192
30.06.1834;439
30.06.1861;606
30.06.1900;838
30.06.1905;838
30.06.1910;882
30.06.1933;1183
30.06.1939;1200
EOF
#
# Großwinternheim 'magenta'
30.06.1815;677
30.06.1834;797
30.06.1861;811
30.06.1905;814
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 | 10:08, 15 September 2017 | 800 × 400 (21 KB) | Summer ... hier! (talk | contribs) | {{Information |Description = {{de|Einwohnerentwicklung von Ingelheim von 1815 bis 1939 Vor der Stadtwerdung. Zu den Farbzuordnungen sie GnuPlot-Script unten.}} |Source = {{own}} |Author = ~~~~ |Date = }} == {{int:license-... |
You cannot overwrite this file.
File usage on Commons
The following page uses 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 5.0 patchlevel 3 |
Width | 800 |
Height | 400 |