File:Einwohnerentwicklung von Frankfurt (Oder) - Ab 1990.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 Frankfurt (Oder) ab 1990
Source Own work
Author Summer ... hier! (talk) 10:12, 4 October 2017 (UTC)
Other versions This file was derived from: Einwohnerentwicklung von Frankfurt (Oder).svg

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]

Lissajous small 
This W3C-unspecified plot was created with Gnuplot.
W3C red 
W3C-validity not checked.
#!/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 ['10.01.1990':'31.12.2015']
set xtics '01.01.1000', 60 * 60 * 24 * 365.25 * 5
                      #  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 [50000:]
set ytics 5000
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"
# keine "set output '<Dateiname>'" Angabe


# Erzeugen der Ausgabe (zum Anlegen der Datei 'daten.scv' siehe unten)
plot './daten.csv' using 1:($2) with filledcurves below x1 lt rgb 'dark-blue' lw 2

Daten[edit]

Damit das obige GnuPlot-Script funktioniert, muss im selben Verzeichnis eine Textdatei mit den Daten angelegt werden. Die Datei muss den Namen daten.csv tragen.

Im Abschnitt Information oben ist eine Grafik angegeben, von der diese Grafik abgeleitet wurde. Dort findest du die Daten die du verwenden solltest wenn du diese Grafik aktualisieren möchtest. Um Redundanz zu vermeiden, pflege bitte die Daten dort.

File history

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

Date/TimeThumbnailDimensionsUserComment
current10:12, 4 October 2017Thumbnail for version as of 10:12, 4 October 2017800 × 400 (20 KB)Summer ... hier! (talk | contribs){{Information |Description = {{de|Einwohnerentwicklung von Frankfurt (Oder) ab 1990}} |Source = {{own}} |Author = ~~~~ |Date = |Other_versions = {{Derived from|Einwohnerentwicklung von Frankfurt (Oder).svg}} }} == {{int:l...

There are no pages that use this file.

Metadata