File:Wittenberg Einwohner.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 800 × 400 pixels. Other resolutions: 320 × 160 pixels | 640 × 320 pixels | 1,024 × 512 pixels | 1,280 × 640 pixels | 2,560 × 1,280 pixels.
Original file (SVG file, nominally 800 × 400 pixels, file size: 34 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionWittenberg Einwohner.svg | |
Date | |
Source | Own work (Original text: selbst mit gnuplot anhand der Daten in Lutherstadt Wittenberg) |
Author | Stefan (Diskussion) |
Licensing
[edit]Public domainPublic domainfalsefalse |
This work has been released into the public domain by its author, StefanPohl at German Wikipedia. This applies worldwide. In some countries this may not be legally possible; if so: StefanPohl grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.Public domainPublic domainfalsefalse |
Original upload log
[edit]Transferred from de.wikipedia to Commons by Wdwdbot using CommonsHelper.
The original description page was here. All following user names refer to de.wikipedia.
- 2012-03-23 10:18 StefanPohl 800×600× (12616 bytes) {{Information |Beschreibung = Bevölkerungsentwicklung [[Lutherstadt Wittenberg]] |Quelle = selbst mit [[gnuplot]] anhand der Daten in [[Lutherstadt Wittenberg]] |Urheber = ~~~ |Datum = 23.03.2010 |Genehmigung = …
#!/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 ['30.06.1500':'30.06.2015']
set xtics '01.01.1500', 60 * 60 * 24 * 365.25 * 50
# 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
#
# Quelle:
# https://de.wikipedia.org/wiki/Lutherstadt_Wittenberg#Bev.C3.B6lkerungsentwicklung
#
30.06.1500;2000
30.06.1532;4500
30.06.1791;4860
30.06.1792;4703
30.06.1793;4662
30.06.1794;4617
30.06.1814;4727
30.06.1826;6725
30.06.1834;8107
30.06.1846;10283
#
30.06.1875;12479
30.06.1880;13448
30.06.1885;13836
30.06.1890;14443
30.06.1895;16479
30.06.1900;18345
30.06.1905;20331
30.06.1910;22419
30.06.1925;24160
30.06.1939;35130
#
30.06.1946;41304
30.06.1950;49852
30.06.1964;46828
30.06.1971;47323
30.06.1981;53874
30.06.1989;51754
30.06.1990;49682
30.06.1992;55096
30.06.1995;53207
30.06.2000;49643
30.06.2005;47805
#
30.06.2006;46776
30.06.2007;45615
30.06.2008;47695
30.06.2009;50113
30.06.2010;49496
30.06.2011;49076
30.06.2012;46930
30.06.2013;46729
30.06.2014;46621
30.06.2015;46475
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 | 19:32, 12 October 2017 | 800 × 400 (34 KB) | Summer ... hier! (talk | contribs) | Grafik mit aktuelleren Daten; GnuPlot Quellcode der akt. Grafik wird im Anschluss hinzugefügt; Stil in etwa beibehalten | |
08:21, 7 August 2016 | 400 × 200 (18 KB) | StefanInaktiv (talk | contribs) | update, better style | ||
17:11, 6 September 2014 | 600 × 480 (17 KB) | StefanInaktiv (talk | contribs) | update | ||
20:24, 28 January 2013 | 800 × 600 (12 KB) | File Upload Bot (Magnus Manske) (talk | contribs) | Transfered from de.wikipedia by User:wdwdbot using CommonsHelper |
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 en.wikipedia.org
- Usage on pl.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 |