File:Einwohnerentwicklung von Hanau.svg

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

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Deutsch: Einwohnerentwicklung von Hanau
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.1790':'31.12.2019']
set xtics '01.01.1700', 60 * 60 * 24 * 365.25 * 50
                      #  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 10000
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"  dashed
# set termoption dashed # sollte bei Probl. m. gestrichelten L. gesetzt werden
# keine "set output '<Dateiname>'" Angabe


# Erzeugen der Ausgabe 
plot \
  '-' using 1:($2) with linespoints linecolor 'dark-blue'  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 dashtype 2,\
  '-' using 1:($2) with linespoints linecolor 'dark-blue'  linetype 1 linewidth 2 pointtype 7 pointsize 0.3


# Quelle:
# https://de.wikipedia.org/wiki/Hanau#Einwohnerentwicklung
#
30.06.1795;12045   
30.06.1805;11953   
30.06.1821;9634
EOF
30.06.1821;9634
30.06.1978;85663
EOF
30.06.1978;85663
30.06.1979;86144
30.06.1980;86402
30.06.1981;86619
30.06.1982;86261
30.06.1983;85565
30.06.1984;84373
30.06.1985;84672
30.06.1986;85217
30.06.1987;83575
30.06.1988;84300
30.06.1989;85672
30.06.1990;86913
30.06.1991;87724
30.06.1992;88647
30.06.1993;89156
30.06.1994;89107
30.06.1995;88921
30.06.1996;88710
30.06.1997;88160
31.12.1998;87716
31.12.1999;87809
31.12.2000;88294
31.12.2001;88801
31.12.2002;89185
31.12.2003;88897
31.12.2004;88487
31.12.2005;88546
31.12.2006;88402
31.12.2008;87760
31.12.2009;88023
31.12.2010;88335
31.12.2011;89384
31.12.2012;90753
31.12.2014;90934
EOF

File history

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

Date/TimeThumbnailDimensionsUserComment
current15:08, 8 September 2017Thumbnail for version as of 15:08, 8 September 2017800 × 400 (26 KB)Summer ... hier! (talk | contribs)+Daten für 1978
15:01, 8 September 2017Thumbnail for version as of 15:01, 8 September 2017800 × 400 (26 KB)Summer ... hier! (talk | contribs)Ergänzt durch Daten für Ende des 20. Jahrh.
11:39, 7 September 2017Thumbnail for version as of 11:39, 7 September 2017800 × 400 (24 KB)Summer ... hier! (talk | contribs)Linien statt "gefüllte Kurven"
22:45, 30 August 2017Thumbnail for version as of 22:45, 30 August 2017800 × 400 (24 KB)Summer ... hier! (talk | contribs){{Information |Description = {{de|Einwohnerentwicklung von Hanau}} |Source = {{own}} |Author = ~~~ |Date = {{date}} }} == {{int:license-header}} == {{self|Cc-zero}} == Gnuplot script to generate this plot == {{gnuplot}}{{...

There are no pages that use this file.

Metadata