File:Einwohnerentwicklung von Bad Berleburg nach Gebietstaenden.svg

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary

edit
Description
Deutsch: Einwohnerentwicklung von Bad Berleburg. Untere Kurve für Gebietsstand vor 1975 - obere Kurve für neuen Gebietsstand.
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 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


# Bereiche/Format/etc X-Achse 
set xdata    time
set xlabel  'Jahr'
set xrange ['01.01.1960':'31.12.2015']
set xtics   '01.01.1950', 60 * 60 * 24 * 365.25 * 5
                      # xtics in Sekunden 
                      # der Beginn der X-Einteilung kann außerhalb (also vor) 
                      # xrange liegen.
set mxtics 5          # Unterteilung 
set format x '%Y'     # Beschriftungsformat JJJJ


# Bereiche/Format/etc Y-Achse
set ylabel 'Einwohnerzahl'
set yrange [0:]
set ytics 5000
set decimalsign locale "de_DE.utf8"
set decimal     locale "de_DE.utf8"
set format y  "%'.0f"  # Ausgabeformat
set mytics 5


# Ausgabeformat festlegen
#
# 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


# Ausgabe 
plot '-' using 1:($2) with linespoints linecolor 'dark-red'  linetype 1 linewidth 2 pointtype 7 pointsize 0.3,\
     '-' using 1:($2) with linespoints linecolor 'dark-blue' linetype 1 linewidth 2 pointtype 7 pointsize 0.3  


# Quelle:
# https://de.wikipedia.org/wiki/Bad_Berleburg#Einwohnerentwicklung
#
# Werte für Gebietsstand vor 1975
06.06.1961;6351
27.05.1970;7118
30.06.1974;6969
EOF
# Werte für Gebieststand nach 1975 
06.06.1961;19373
27.05.1970;20874
30.06.1974;20649
31.12.1998;21177
31.12.1999;21190
31.12.2000;21219
31.12.2001;21135
31.12.2002;21022
31.12.2003;20884
31.12.2004;20794
31.12.2005;20986
31.12.2006;20440
#	
31.12.2009;19993
31.12.2010;19929
31.12.2011;19606
31.12.2012;19781
EOF

File history

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

Date/TimeThumbnailDimensionsUserComment
current12:44, 30 August 2017Thumbnail for version as of 12:44, 30 August 2017800 × 400 (27 KB)Summer ... hier! (talk | contribs){{Information |Description = {{de|Einwohnerentwicklung von Bad Berleburg. Untere Kurve für Gebietsstand vor 1975 - obere Kurve für neuen Gebietsstand.}} |Source = {{own}} |Author = ~~~ |Date = {{date}} }} == {{int:licens...

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata