File:Einwohnerentwicklung von Leipzig - 1945-1989.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: 31 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionEinwohnerentwicklung von Leipzig - 1945-1989.svg | Einwohnerentwicklung von Leipzig 1945 bis 1989. Die blaue obere Kurze stellt Einwohnerentwicklung als Zahlenwert dar. Die untere grüne Kurve ist die Änderung in Prozent. Der steile Anstieg bzw. große negative Wert am Anfang der grünen Kurve ergibt sich aus der Bevölkerungszahl vor 1945 der bei über 700.000 lag (ich persönlich halte den ersten Wert der grünen Kurve für nicht akzeptabel da er sich offenbar aus einem Intervall von 5 Jahren ergibt - aber er ist nun mal in der Tabelle des Artkel/der Quelle). Quelle ist de:Einwohnerentwicklung von Leipzig |
Source | Own work |
Author | Summer ... hier! (talk) 13:25, 6 September 2017 (UTC) |
Other versions |
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
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 ['01.01.1945':'31.12.1989']
set xtics '01.01.1100', 60 * 60 * 24 * 365.25 * 10
# xtics in Sekunden
# der Beginn der X-Einteilung kann außerhalb xrange
# liegen
set mxtics 5
set format x '%Y' # Beschriftungsformat JJJJ
set xtics nomirror # Nur unten Skalieren
# Bereiche/Format/etc Y-Achse
set ylabel 'Einwohnerzahl'
set yrange [0:]
set ytics 100000
set decimalsign locale "de_DE.utf8"
set decimal locale "de_DE.utf8"
set format y "%'.0f" # Ausgabeformat
set mytics 5
set ytics nomirror
# Bereiche/Format/etc zweite Y-Achse
set y2label 'Wachstum in Prozent'
set y2range [-20:20]
set y2tics 5
set format y2 "%'.0f" # Ausgabeformat
set my2tics 5
# 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"
# keine "set output '<Dateiname>'" Angabe
# Erzeugen der Ausgabe
plot \
'./Einwohnerentwicklung_von_Leipzig.cvs'\
using 1:($2) axes x1y1 with linespoints lc 'dark-blue' lt 1 lw 2 pt 7 ps 0.5,\
'./Einwohnerentwicklung_von_Leipzig.cvs'\
using 1:($3) axes x1y2 with linespoints lc 'dark-green' lt 1 lw 1 pt 7 ps 0.3
# In der Dateibeschreibung von [[File:Einwohnerentwicklung_von_Leipzig.svg]]
# sind die zum Erstellen dieser Grafik notwenigen Daten eingestellt.
# Bitte aus den Daten die Datei 'Einwohnerentwicklung_von_Leipzig.cvs'
# erzeugen und in gleiche Verz. wie diese GnuPlot-Quelle ablegen.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 13:25, 6 September 2017 | 800 × 400 (31 KB) | Summer ... hier! (talk | contribs) | {{Information |Description = {{de|Einwohnerentwicklung von leipzig}} |Source = {{own}} |Author = ~~~~ |Date = {{date}} |Permission = |Other_versions = thumb }} == {{int:lic... |
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 |