File:Einwohnerentwicklung von Landkreis Teltow-Fläming.svg

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

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Deutsch: Einwohnerentwicklung von Landkreis_Teltow-Fläming
Source Own work
Author Summer ... hier! (talk) 02:06, 28 December 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]

 
This W3C-unspecified plot was created with Gnuplot.
 
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                  # als Standard keine Legende
set style data lines       # wird bei 'plot' überschrieben 
set style fill transparent solid 0.4 # ebenfalls bei 'plot' überschrieben
set grid                   # 
set border 3               # Bit 1 (unten) + Bit 2 (links)


# Bereiche/Format/etc X-Achse 
set xdata time             # X-Achse als Zeitachse
set xlabel 'Jahr'          # Beschriftung X-Achse
set xlabel offset 0, 0.75  # Schrift etwas höher
set xrange ['30.06.1993':'30.06.2015']
set xtics '01.01.1000', 60 * 60 * 24 * 365.25 * 2
                           # 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 2               # 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 [125000:175000]
set ytics 2500
set ytics offset 0.5       # Schrift etwas nach rechts
set ytics nomirror
set decimalsign locale "de_DE.utf8" # Stelle Input und Output auf "," um 
                           # set decimalsign ',' würde nur Output umstellen, 
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 bei UNIX in eine Pipe und sind so bei Namen der
# Ausgabedatei flexibel (Aufruf: Progname.plt > Ausgabe-svg) 
# Windowsbenutzer, die mit Pipes nicht umgehen könnten, sollten hier hier das 
# folgende 'set output ...' auskommentieren und den Dateinamen ggf. ersetzen. 
# set output 'Einwohnerentwicklung_von_Landkreis_Teltow-Fläming.dat' 
set term svg size 800,400 font "Arial,14"
# Die Parameter von 'set term' sind so gewählt, das man in Wikipedia bei einer 
# Einbindung [[Datei:Meine_Grafik.svg|mini|400px|Text]] noch Schrift/Details 
# erkennen kann. 


# Erzeugen der Ausgabe 
plot \
  'Einwohnerentwicklung_von_Landkreis_Teltow-Fläming.dat' using 1:2 with linespoints linecolor 'dark-blue'   linetype 1 linewidth 1.5 pointtype 7 pointsize 0.30,\

Daten[edit]

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

Update der Daten und Überschreiben der Grafik ausdrücklich erwünscht.

#
# Quelle: 
# https://de.wikipedia.org/wiki/Landkreis_Teltow-Fl%C3%A4ming#Bev%C3%B6lkerungsentwicklung_und_-struktur
#
30.06.1993;145932
30.06.1994;146785
30.06.1995;148133
30.06.1996;150241
30.06.1997;153244
30.06.1998;155895
30.06.1999;158326
30.06.2000;159735
#
30.06.2001;160414
30.06.2002;160708
30.06.2003;161146
30.06.2004;161400
30.06.2005;161902
30.06.2006;162383
30.06.2007;162320
30.06.2008;162073
#
30.06.2009;161847
30.06.2010;161386
30.06.2011;159511
30.06.2012;159686
30.06.2013;160448
30.06.2014;161488
30.06.2015;163553 
EOF

File history

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

Date/TimeThumbnailDimensionsUserComment
current02:09, 28 December 2017Thumbnail for version as of 02:09, 28 December 2017800 × 400 (29 KB)Summer ... hier! (talk | contribs)Beschriftung Y-Achse
02:06, 28 December 2017Thumbnail for version as of 02:06, 28 December 2017800 × 400 (40 KB)Summer ... hier! (talk | contribs){{Information |Description = {{de|Einwohnerentwicklung von Landkreis_Teltow-Fläming}} |Source = {{own}} |Author = ~~~~ |Date = }} == {{int:license-header}} == {{self|Cc-zero}} == Gnuplot script to generate this plot ==...

There are no pages that use this file.

Metadata