File:Einwohnerentwicklung von Görlitz.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 Görlitz
Source Own work
Author Summer ... hier! (talk) 11:56, 22 November 2017 (UTC)

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]

Lissajous small 
This W3C-unspecified plot was created with Gnuplot.
W3C red 
W3C-validity not checked.
#!/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 key left top  
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'          # Beschr. X-Achse
set xlabel offset 0, 0.75  # Schrift etwas höher
set xrange ['30.06.1825':'31.12.2016']
set xtics '01.01.1000', 60 * 60 * 24 * 365.25 * 20
                           # xtics in Sekunden 
                           # der Beginn der X-Einteilung kann außerhalb xrange
                           # liegen
set xtics offset  0, 0.5   # Beschritung näher an die X-Achse
set mxtics 4               # Skalenstriche 
set xtics nomirror         # Nur unten Skalieren
set format x '%Y'          # Beschriftungsformat JJJJ
set xtics  out             # Skal. aussen damit sich nicht von Grafik 
                           # überschr. wird


# Bereiche/Format/etc Y-Achse
set ylabel 'Einwohnerzahl' offset 2 # Abstand Achse/Label 
set yrange [0:]
set ytics 10000
set ytics offset 0.5       # Schrift etwas nach rechts
set ytics nomirror
set decimalsign locale "de_DE.utf8"
set format y  "%'.0f"      # Ausgabeformat
set mytics 5
set ytics  out             # Skal. aussen da sie sonst von Grafik 
                           # überschr. wird


# 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 \
  'Einwohnerentwicklung_von_Görlitz.dat' using 1:4 with linespoints ti 'Gebietsstand vor 1945' linecolor 'dark-gray' linetype 1 linewidth 1.5 pointtype 7 pointsize 0.0,\
  'Einwohnerentwicklung_von_Görlitz.dat' using 1:2 with filledcurves below x1 tit 'Einwohnerentw. von Görlitz' linecolor 'dark-blue' linetype 1 linewidth 1.5 \

Daten[edit]

Die folgenden Daten bitte in eine Textdatei unter dem Namen .dat abspeichern und ins gleiche Verzeichnis wie das GnuPlot-Script ablegen.

# Quelle:
# Wenn nicht anders gekennzeichnet Daten vom Quelltext von 
# File:Goerlitz population.svg übernommen. 
#
#
# Datum   ;  Einw.;  Einw.;  Einw.
#         ;Görlitz;Zgorlec; Gesamt 
31.12.1825;  10724;       ; 
31.12.1831;  12332;       ; 
31.12.1840;  14138;       ; 
31.12.1855;  23326;       ; 
31.12.1858;  25254;       ; 
31.12.1861;  26500;       ; 
31.12.1864;  31500;       ; 
31.12.1867;  36689;       ; 
31.12.1871;  42224;       ; 
31.12.1875;  45310;       ; 
31.12.1880;  50307;       ; 
31.12.1885;  55702;       ; 
31.12.1890;  62135;       ; 
31.12.1895;  70175;       ; 
31.12.1900;  80931;       ; 
31.12.1905;  83766;       ; 
31.12.1910;  85806;       ; 
31.12.1916;  78300;       ; 
31.12.1917;  69460;       ; 
31.12.1919;  80362;       ; 
31.12.1920;  83004;       ; 
31.12.1925;  91702;       ; 
31.12.1930;  94233;       ; 
31.12.1933;  94182;       ; 
31.12.1935;  93875;       ; 
31.12.1939;  93823;       ; 
31.12.1940;  95500;       ; 
31.12.1945;  73583;   5261;  78844
31.12.1946;  85686;       ;       
31.12.1949; 101742;       ;       
31.12.1950; 100147;  13562; 113709
31.12.1955;  96147;   8851; 104998
31.12.1956;  93759;       ; 
31.12.1957;  92351;       ; 
31.12.1958;  91073;       ; 
31.12.1959;  90658;       ; 
31.12.1960;  89909;  16037; 105946
31.12.1961;  89021;  17200; 106221
31.12.1962;  89284;  18500; 107784
31.12.1963;  89578;  20300; 109878
31.12.1964;  88800;  22200; 111000
31.12.1965;  88632;  24221; 112853
31.12.1966;  88905;  25700; 114605
31.12.1967;  88645;  26100; 114745
31.12.1968;  88139;  26700; 114839
31.12.1969;  87623;  27100; 114723
31.12.1970;  87492;  28555; 116047
31.12.1971;  86790;  28800; 115590
31.12.1972;  86421;  29200; 115621
31.12.1973;  85789;  29700; 115489
31.12.1974;  84658;  29883; 114541
31.12.1975;  83896;  30431; 114327
31.12.1976;  83010;  31100; 114110
31.12.1977;  82474;  32000; 114474
31.12.1978;  81963;  32100; 114063
31.12.1979;  81527;  32800; 114327
31.12.1980;  81399;  33267; 114666
31.12.1981;  80831;  33768; 114599
31.12.1982;  80492;  34240; 114732
31.12.1983;  80216;  34215; 114431
31.12.1984;  79633;  34600; 114233
31.12.1985;  79277;  35078; 114355
31.12.1986;  78856;  35238; 114094
31.12.1987;  78484;  35881; 114365
31.12.1988;  77609;  35824; 113433
31.12.1989;  74766;  35881; 110647
31.12.1990;  72237;  36103; 108340
31.12.1991;  70448;  36473; 106921
31.12.1992;  68851;  36500; 105351
31.12.1993;  67647;  36579; 104226
31.12.1994;  67755;  36766; 104521
31.12.1995;  66118;  36760; 102878
31.12.1996;  64518;  36665; 101183
31.12.1997;  63301;  36597;  99898
31.12.1998;  62076;  36341;  98417
31.12.1999;  62871;  35937;  98808
31.12.2000;  61599;  35690;  97289
31.12.2001;  60264;  35473;  95737
31.12.2002;  59284;  33706;  92990
31.12.2003;  58518;  33494;  92012
31.12.2004;  58154;  33278;  91432
31.12.2005;  57629;  33082;  90711
31.12.2006;  57111;  32730;  89841
31.12.2007;  56724;  32944;  89668
31.12.2008;  56461;  32625;  89086
31.12.2009;  55928;  32487;  88415
31.12.2010;  55596;  31965;  87561
31.12.2011;  55350;  32525;  87875
31.12.2012;  54114;       ; 
31.12.2013;  54042;       ; 
31.12.2014;  54193;       ; 
31.12.2015;  55255;  31359;  86614
31.12.2016;  56188;       ;
EOF

File history

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

Date/TimeThumbnailDimensionsUserComment
current15:56, 13 December 2017Thumbnail for version as of 15:56, 13 December 2017800 × 400 (37 KB)Summer ... hier! (talk | contribs)'dark-gray' statt 'gray'
02:02, 30 November 2017Thumbnail for version as of 02:02, 30 November 2017800 × 400 (37 KB)Summer ... hier! (talk | contribs)+Daten 2016
22:21, 29 November 2017Thumbnail for version as of 22:21, 29 November 2017800 × 400 (37 KB)Summer ... hier! (talk | contribs)gefüllte Fläche; Legende
22:34, 22 November 2017Thumbnail for version as of 22:34, 22 November 2017800 × 400 (44 KB)Summer ... hier! (talk | contribs)siehe Edit Änderung Quelltext
12:26, 22 November 2017Thumbnail for version as of 12:26, 22 November 2017800 × 400 (42 KB)Summer ... hier! (talk | contribs)Siehe Editkommentar der Quelltextänderung
11:56, 22 November 2017Thumbnail for version as of 11:56, 22 November 2017800 × 400 (42 KB)Summer ... hier! (talk | contribs){{Information |Description = {{de|Einwohnerentwicklung von Görlitz}} |Source = {{own}} |Author = ~~~~ |Date = }} == {{int:license-header}} == {{self|Cc-zero}} == Gnuplot script to generate this plot == {{gnuplot}}{{Vali...

File usage on other wikis

The following other wikis use this file:

Metadata