File:Einwohnerentwicklung von Lübeck seit 1800.svg

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

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Deutsch: Einwohnerentwicklung von Lübeck
Source Own work
Author Summer ... hier! (talk)

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.
 
W3C-validity not checked.
#!/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 Versionsgeschickte 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.01.1800':'26.01.2016']  # Dargestellter Bereich der X-Achse
set xtics '01.01.1800', 1577880000
                      #  xtics in Sekunden für 50 Jahre: 
                      # 60 * 60 * 24 * 365.25 * 50 
                      # der Beginn der X-Einteilung kann außerhalb xrange
                      # liegen
set mxtics 2          # Unterteilung 
set format x '%Y'     # Beschriftungsformat JJJJ

set ylabel 'Einwohnerzahl' # Label der Y-Achse
set ytics 50000           # Teilstriche
set mytics 5               # Unterteilung
set yrange [0:260000]      # 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,10"

# Plot Starten
plot '-' using 1:($2) with filledcurves below x1 lt rgb 'dark-blue' lw 2
#
# Zum Erzeugen einer neuen Version bitte die Daten von 
#   File:Einwohnerentwicklung von Lübeck (hochauflösend).svg
# hier übernehmen und neue Daten dort einpflegen.

File history

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

Date/TimeThumbnailDimensionsUserComment
current16:58, 29 August 2017Thumbnail for version as of 16:58, 29 August 2017800 × 400 (20 KB)Summer ... hier! (talk | contribs){{Information |Description = {{de|Einwohnerentwicklung von Lübeck}} |Source = {{own}} |Author = ~~~ |Date = {{date}} }} == {{int:license-header}} == {{self|Cc-zero}} == Gnuplot script to generate this plot == {{gnuplot}}...

There are no pages that use this file.

Metadata