File:Einwohnerentwicklung Jülich.svg

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

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Deutsch: Einwohnerentwicklung von Jülich
Source Own work
Author Summer ... hier!
SVG development
InfoField
 
The SVG code is valid.
 
This population chart was created with Gnuplot.
Source code
InfoField

Gnuplot code

#!/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.300':'31.12.2015']
set xtics '01.01.300', 60 * 60 * 24 * 365.25 * 100
                      #  xtics in Sekunden 
                      # der Beginn der X-Einteilung kann außerhalb xrange
                      # liegen
set mxtics 4          # Unterteilung 
set format x '%Y'     # Beschriftungsformat JJJJ

# Bereiche/Format/etc Y-Achse
set ylabel 'Einwohnerzahl'
set yrange [0:]
set ytics 5000
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

Data

30.06.300;1500
30.06.1533;1300
30.06.1647;1300
30.06.1719;1355
30.06.1725;1495
30.06.1735;1520
30.06.1745;1775
30.06.1755;1890
30.06.1775;1925
30.06.1795;2025
30.06.1799;2126
30.06.1802;2429
30.06.1805;2429
30.06.1812;2796
30.06.1814;1624
30.06.1860;3119
30.06.1867;2659
30.06.1871;3335
01.12.1880;3731
01.12.1885;3992
30.06.1890;3952
01.12.1895;4521
30.06.1900;4964
01.12.1905;5486
01.12.1910;6109
30.06.1913;6834
30.06.1920;7688
30.06.1921;7752
30.06.1922;7854
30.06.1923;8394
30.06.1924;8431
30.06.1925;8596
30.06.1926;8712
30.06.1927;8997
30.06.1928;9129
30.06.1929;9443
30.06.1930;9664
30.06.1931;10051
30.06.1932;10945
30.06.1933;10151
30.06.1934;10595
30.06.1935;10786
30.06.1936;10812
30.06.1937;11262
30.06.1939;12000
30.04.1945;100
31.05.1945;842
30.06.1945;1270
30.09.1945;3903
31.10.1945;5905
30.11.1945;6121
31.12.1945;6386
31.12.1946;6916
31.12.1947;7526
31.12.1948;8120
31.12.1949;8800
31.12.1950;9482
31.12.1951;10182
31.12.1952;10703
31.12.1953;11536
31.12.1954;11939
31.12.1955;12492
31.12.1956;13007
31.12.1957;13461
31.12.1958;13691
31.12.1959;14008
31.12.1960;14339
06.06.1961;14687
31.12.1961;14958
31.12.1962;15306
31.12.1963;16126
31.12.1964;17369
31.12.1965;18209
31.12.1966;18939
31.12.1967;19315
31.12.1968;19648
31.12.1969;20076
27.05.1970;19439
31.12.1970;20778
31.12.1971;20333
31.12.1972;32084
31.12.1973;32028
31.12.1974;31896
31.12.1975;31564
31.12.1976;31221
31.12.1977;31009
31.12.1978;30652
31.12.1979;30495
31.12.1980;30433
31.12.1981;30521
31.12.1982;30428
31.12.1983;30275
31.12.1984;30192
31.12.1985;30150
31.12.1986;30156
31.12.1987;30515
31.12.1988;30464
31.12.1989;30751
31.12.1990;31149
31.12.1991;31622
31.12.1992;31886
31.12.1993;31780
31.12.1994;31762
31.12.1995;32061
31.12.1996;32423
31.12.2000;33434
31.12.2001;33951
31.12.2002;34289
31.12.2003;34085
31.12.2004;34022
31.12.2005;33811
31.12.2006;33772
31.12.2007;33565
31.12.2008;33786
30.06.2009;33524
31.12.2009;33100
31.12.2010;33133
31.12.2011;33132
30.06.2012;33081
31.12.2012;33044
30.03.2013;33268
30.06.2013;33214
31.07.2015;33536
31.12.2015;33903
e

Gnuplot data code

# Erzeugen der Ausgabe 
plot '-' using 1:($2) with filledcurves below x1 lt rgb 'dark-blue' lw 2

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.

File history

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

Date/TimeThumbnailDimensionsUserComment
current20:43, 25 August 2017Thumbnail for version as of 20:43, 25 August 2017800 × 400 (37 KB)Summer ... hier! (talk | contribs){{Information |Description = {{de|Einwohnerentwicklung von Jülich}} |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