File:Einwohnerentwicklung der Stadt Katowice.svg

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

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 Ingolstadt
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 ['30.06.1783;294':'31.12.2012']
set xtics '01.01.1750', 60 * 60 * 24 * 365.25 * 25
                      #  xtics in Sekunden 
                      # der Beginn der X-Einteilung kann außerhalb xrange
                      # liegen
set mxtics 5
set format x '%Y'     # Beschriftungsformat JJJJ


# Bereiche/Format/etc Y-Achse
set ylabel 'Einwohnerzahl'
set yrange [0:]
set ytics 50000
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 
plot '-' using 1:($2) with filledcurves below x1 lt rgb 'dark-blue' lw 2



# Quelle:
# https://de.wikipedia.org/wiki/Einwohnerentwicklung_der_Stadt_Katowice
#
30.06.1783;294
30.06.1817;486
30.06.1825;675
30.06.1840;1326
30.06.1855;2945
30.06.1861;3780
30.06.1866;4815
30.06.1870;6780
30.06.1871;7500
30.06.1873;8132
30.06.1875;11000
30.06.1885;14200
30.06.1890;16513
30.06.1897;25000
01.12.1900;31738
30.06.1905;35772
01.12.1910;43173
30.06.1914;46586
30.06.1923;56739
01.06.1924;112822
30.06.1931;127044
30.06.1939;126058
#
01.05.1945;107735
14.02.1946;128229
30.06.1970;303000
30.06.1975;350000
30.06.1980;355100
30.06.1988;371800
30.06.1991;366600
30.06.1994;359300
31.12.1995;351521
31.12.1996;350974
31.12.1997;348974
31.12.1998;345934
31.12.1999;333244
31.12.2000;330625
31.12.2001;328103
31.12.2002;325045
31.12.2003;322285
31.12.2004;319904
31.12.2005;317220
31.12.2006;314500
31.12.2007;312201
31.12.2008;309621
31.12.2012;307233
e

File history

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

Date/TimeThumbnailDimensionsUserComment
current11:53, 27 August 2017Thumbnail for version as of 11:53, 27 August 2017800 × 400 (27 KB)Summer ... hier! (talk | contribs){{Information |Description = {{de|Einwohnerentwicklung von Ingolstadt}} |Source = {{own}} |Author = ~~~ |Date = {{date}} }} == {{int:license-header}} == {{self|Cc-zero}} == Gnuplot script to generate this plot == {{Create...

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata