File:Einwohnerentwicklung von Braunfels.svg

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

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description Einwohnerentwicklung von Braufels
Source http://www.lagis-hessen.de/de/subjects/idrec/sn/ol/id/8365
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 


# 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 ['30.06.1834':'30.06.1970']
set xtics '01.01.1000', 60 * 60 * 24 * 365.25 * 25
                      #  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 [0:]
set ytics 500
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 
plot '-' using 1:($2) with filledcurves below x1 lt rgb 'dark-blue' lw 2



# Quelle:
# „Braunfels, Lahn-Dill-Kreis“, in: Historisches Ortslexikon 
# <http://www.lagis-hessen.de/de/subjects/idrec/sn/ol/id/8365> 
# (Stand: 4.5.2017) 
#
30.06.1834;1472
30.06.1840;1586
30.06.1846;1729
30.06.1852;1622
30.06.1858;1670
30.06.1864;1712
30.06.1871;1647
30.06.1875;1674
30.06.1885;1788
30.06.1895;1587
30.06.1905;1590
30.06.1910;1585
30.06.1925;1834
30.06.1939;2053
30.06.1946;3337
30.06.1950;3341
30.06.1956;3545
30.06.1961;3713
30.06.1967;3950
30.06.1970;4187
EOF

File history

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

Date/TimeThumbnailDimensionsUserComment
current21:37, 8 September 2017Thumbnail for version as of 21:37, 8 September 2017800 × 400 (21 KB)Summer ... hier! (talk | contribs){{Information |Description = Einwohnerentwicklung von Braufels |Source = http://www.lagis-hessen.de/de/subjects/idrec/sn/ol/id/8365 |Author = ~~~ |Date = {{date}} }} == {{int:license-header}} == {{self|Cc-zero}} == Gnuplo...

Metadata