File:Hamburg population - vergl. von Volkszaehlungsfortschreibung und Melderegister Ab 1987.svg

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

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
Deutsch: Einwohnerentwicklung von Hamburg ab 1987
Source Own work
Author Summer ... hier! (talk) 11:12, 24 October 2017 (UTC)

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.

Gnuplot script to generate this plot

[edit]
 
This W3C-unspecified plot was created with Gnuplot.
#!/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
set border 3               # Bit 1 (unten) + Bit 2 (links)


# Bereiche/Format/etc X-Achse 
set xdata time
set xlabel 'Jahr'
set xrange ['25.05.1987':'31.12.2016']
set xtics '01.01.1500', 60 * 60 * 24 * 365.25 * 5
                      #  xtics in Sekunden 
                      # der Beginn der X-Einteilung kann außerhalb xrange
                      # liegen
set mxtics 5
set xtics nomirror    # Nur unten Skalieren
set format x '%Y'     # Beschriftungsformat JJJJ


# Bereiche/Format/etc Y-Achse
set ylabel 'Einwohnerzahl'
set yrange [1500000:2000000]
set ytics 50000
set ytics nomirror
set decimalsign locale "de_DE.utf8"
set decimal     locale "de_DE.utf8"
set format y  "%'.0f"  # Ausgabeformat
set mytics 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 für vier Graphen in vier Farben
plot \
  'daten.csv' using 1:2 with linespoints linecolor 'dark-red'     linetype 1 linewidth 1.5 pointtype 7 pointsize 0.30,\
  'daten.csv' using 1:3 with linespoints linecolor 'dark-blue'    linetype 1 linewidth 1.5 pointtype 7 pointsize 0.30

Daten

[edit]

Bitte mit den folgenden Daten eine Textdatei mit Namen daten.csv erzeugen und im gleichen Verz. wie das GnuPlot-Script ablegen

#
# @uelle: 
# https://de.wikipedia.org/wiki/Einwohnerentwicklung_von_Hamburg#Einwohnerentwicklung
#
#
25.05.1987;1592770;*
31.12.1987;1594190;1641023
31.12.1988;1603070;1647399
31.12.1989;1626220;1669599
31.12.1990;1652363;1692680
31.12.1991;1668757;1701144
31.12.1992;1688785;1712034
31.12.1993;1702887;1719281
31.12.1994;1705872;1716993
31.12.1995;1707901;1715789
31.12.1996;1707986;1707247
31.12.1997;1704731;1703588
31.12.1998;1700089;1691654
31.12.1999;1704735;1696065
#	
31.12.2000;1715392;1704929
31.12.2001;1726363;1710932
31.12.2002;1728806;1712413
31.12.2003;1734083;1714923
31.12.2004;1734830;1715225
31.12.2005;1743627;1720632
31.12.2006;1754182;1732503
31.12.2007;1770629;1741182
31.12.2008;1772100;1735663
31.12.2009;1774224;1733260
31.12.2010;1786448;1746813
30.04.2011;1789529;*
#
#
#
09.05.2011;1706696;*
31.12.2011;1718187;1760017
31.12.2012;1734272;1775659
31.12.2013;1746342;*
31.12.2014;1762791;*
31.12.2015;1787408;*
31.12.2016;*      ;1860759
EOF

File history

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

Date/TimeThumbnailDimensionsUserComment
current11:12, 24 October 2017Thumbnail for version as of 11:12, 24 October 2017800 × 400 (29 KB)Summer ... hier! (talk | contribs){{Information |Description = {{de|Einwohnerentwicklung von Hamburg ab 1987}} |Source = {{own}} |Author = ~~~~ |Date = {{date}} |Permission = |Other_versions = }} == {{int:license-header}} == {{self|Cc-zero}} == Gnupl...

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata