File:Einwohnerentwicklung von Buchholz in der Nordheide.svg
Original file (SVG file, nominally 800 × 400 pixels, file size: 59 KB)
Captions
Summary
[edit]DescriptionEinwohnerentwicklung von Buchholz in der Nordheide.svg |
Deutsch: Einwohnerentwicklung von Buchholz in der Nordheide |
Source | Own work |
Author | Summer ... hier! (talk) 13:47, 16 October 2017 (UTC) |
Licensing
[edit]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.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
Gnuplot script to generate this plot
[edit]#!/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 ['31.12.1821':'31.12.2014']
set xtics '01.01.1500', 60 * 60 * 24 * 365.25 * 25
# 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 [0:]
set ytics 5000
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 \
'-' using 1:($2) with linespoints linecolor 'dark-blue' linetype 1 linewidth 1.5 pointtype 7 pointsize 0.30,\
'-' using 1:($2) with linespoints linecolor 'dark-red' linetype 1 linewidth 1.5 pointtype 7 pointsize 0.30
#
# Quelle:
# https://de.wikipedia.org/wiki/Buchholz_in_der_Nordheide#Einwohnerentwicklung
#
#
# Alter Gebietstand
#
31.12.1821;178
31.12.1871;350
31.12.1905;1220
31.12.1925;2138
31.12.1939;3110
31.12.1945;5000
31.12.1946;6003
31.12.1958;7523
06.06.1961;8574
31.12.1963;10364
31.12.1968;13590
27.05.1970;13726
30.06.1972;15273
EOF
#
#
# neuer Gebietsstand ab 1. Juli 1972
#
06.06.1961;13599
27.05.1970;19677
01.07.1972;22620
31.12.1975;26393
31.12.1998;35264
31.12.1999;35603
31.12.2000;35916
31.12.2001;36109
31.12.2002;36483
31.12.2003;36943
31.12.2004;37556
31.12.2005;37987
31.12.2006;38167
31.12.2007;38162
31.12.2010;40234
31.12.2012;40790
31.12.2014;41749
EOF
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 20:55, 26 April 2018 | 800 × 400 (59 KB) | Summer ... hier! (talk | contribs) | +Wert 2016; +Marker | |
13:47, 16 October 2017 | 800 × 400 (27 KB) | Summer ... hier! (talk | contribs) | {{Information |Description = {{de|Einwohnerentwicklung von Buchholz in der Nordheide}} |Source = {{own}} |Author = ~~~~ |Date = }} == {{int:license-header}} == {{self|Cc-zero}} == Gnuplot script to generate this plot ==... |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on azb.wikipedia.org
- Usage on de.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Short title | Gnuplot |
---|---|
Image title | Produced by GNUPLOT 5.0 patchlevel 3 |
Width | 800 |
Height | 400 |