File:Illegale Einreisen in die EU.svg

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary

edit
Description
Deutsch: Illegale Einreisen in die EU; blau: östl Mittelmeerroute; rot: westl. Mittelmeerroute; grün; sonstige; schwarz: totol
Source Own work
Author Summer ... hier! (talk) 20:02, 4 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
 
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
set style data lines
set style fill transparent solid 1.0 noborder
set grid
set border 3 # Bit 1 (unten) + Bit 2 (links)


# Bereiche/Format/etc X-Achse 
set xdata time
set xlabel 'Jahr'
set xrange ['01.01.2009':'01.01.2016']
set xtics '01.01.1000', 60 * 60 * 24 * 365.25 * 1
                      #  xtics in Sekunden 
                      # der Beginn der X-Einteilung kann außerhalb xrange
                      # liegen
set mxtics 1          # Unterteilung der Skalierung
set xtics nomirror    # Nur unten Skalieren
set format x '%Y'     # Beschriftungsformat JJJJ
set xtics  out        # Skal. aussen da sie sonst von Grafik überschr. wird


# Bereiche/Format/etc Y-Achse
set ylabel 'Illegal Eingereiste'
set yrange [0:]
set ytics 100000
set mytics 5
set ytics nomirror
set decimalsign locale "de_DE.utf8"
set decimal     locale "de_DE.utf8"
set format y  "%'.0f" # Ausgabeformat
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


# Abkürzungen:
# rgb       : red-green-blue
# fs        : fillstyle
# filledc   : filledcurves
# lc        : linecolor
# lp        : linespoints
# lt        : linetype 
# w         : with
# lw        : linewidth 
# pt        : pointtype 
# ps        : pointsize
# usi       : unsing

set key left top

# Erzeugen der Ausgabe (zum Anlegen der Datei 'daten.scv' siehe unten)
plot \
  'Illegale_Einreisen_in_die_EU.dat' usi 1:2 title 'östl.  Mittelmeerroute' w lp lc 'dark-blue'  lt 1 lw 1.5 pt 7 ps 0.30,\
  'Illegale_Einreisen_in_die_EU.dat' usi 1:3 title 'zentr. Mittelmeerroute' w lp lc 'dark-red'   lt 1 lw 1.5 pt 7 ps 0.30,\
  'Illegale_Einreisen_in_die_EU.dat' usi 1:4 title 'sonstige'               w lp lc 'dark-green' lt 1 lw 1.5 pt 7 ps 0.30,\
  'Illegale_Einreisen_in_die_EU.dat' usi 1:5 title 'total'                  w lp lc 'black'      lt 1 lw 1.5 pt 7 ps 0.30

Daten

edit

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

#
# Quelle:
# https://de.wikipedia.org/wiki/Fl%C3%BCchtlingskrise_in_Europa_ab_2015
#
#
# Jahr            östliche       Zentrale       Sonstige           Total
#             Mittelmeerr.   Mittelmeerr. 
#           (Griechenland)      (Italien)
#
01.01.2009;         39975;         11043;         10242;          61260;
01.01.2010;         55688;          4450;          6245;          66383;
01.01.2011;         57000;         64300;          9800;         131100;
01.01.2012;         37200;         15200;          8200;          60600;
01.01.2013;         24800;         45300;          8600;          78700;
01.01.2014;         50800;        170700;          9300;         230800;
01.01.2015;        885400;        154000;         10000;        1049400;
01.01.2016;        182534;        181126;         10658;         374318;
EOF

File history

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

Date/TimeThumbnailDimensionsUserComment
current22:38, 4 November 2017Thumbnail for version as of 22:38, 4 November 2017800 × 400 (30 KB)Summer ... hier! (talk | contribs)+ Legende
21:46, 4 November 2017Thumbnail for version as of 21:46, 4 November 2017800 × 400 (28 KB)Summer ... hier! (talk | contribs)Beschriftung y-Achse (siehe Quelltextänderung)
20:02, 4 November 2017Thumbnail for version as of 20:02, 4 November 2017800 × 400 (28 KB)Summer ... hier! (talk | contribs){{Information |Description = {{de| }} |Source = {{own}} |Author = ~~~~ |Date = }} == {{int:license-header}} == {{self|Cc-zero}} == Gnuplot script to generate this plot == {{gnuplot}}{{ValidSVG}}<!--{{Created with Gnuplot...

There are no pages that use this file.

Metadata