File:Abwanderungen von Deutschland.svg

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

Original file(SVG file, nominally 600 × 300 pixels, file size: 23 KB)

Captions

Captions

Add a one-line explanation of what this file represents
This image is expected to always be the most recent one. Feel free to update it when needed.
This file may be updated to reflect new information.
If you wish to use a specific version of the file without new updates being mirrored, please upload the required version as a separate file.

Summary[edit]

Description Abwanderung von Deutschland
Date
Source Own work based on https://www.destatis.de/DE/Themen/Gesellschaft-Umwelt/Bevoelkerung/Wanderungen/Tabellen/wanderungen-alle.html
Author Hi, future humans! (talk · contribs), Gnuplot code from StefanPohl
SVG development
InfoField
 
The SVG code is valid.
 
This chart was created with Gnuplot.
 
This chart uses translateable embedded text.
Source code
InfoField

Gnuplot code

$data << EOD
# https://www.destatis.de/DE/Themen/Gesellschaft-Umwelt/Bevoelkerung/Wanderungen/Tabellen/wanderungen-alle.html
#Jahr	Deutsche	Nichtdeutsche
2022	274370	943061
2021	247829	746474
2020	220239	746212
2019	270294	961258
2018	261851	923581
2017	249181	885460
2016	281411	1083767
2015	138273	859279
2014	148636	765605
2013	140282	657604
2012	133232	578759
2011	140132	538837
2010	141000	529605
2009	154988	578808
2008	174759	563130
2007	161105	475749
2006	155290	483774
2005	144815	483584
2004	150667	546965
2003	127267	499063
2002	117683	505572
2001	109507	496987
2000	111244	562794
1999	116410	555638
1998	116403	638955
1997	109903	637066
1996	118430	559064
1995	130672	567441
1994	138280	629275
1993	104653	710659
1992	105171	614956
1991	98915	497540
EOD

timeformat = '%Y'

reset
set encoding utf8
set term svg size 600,300 font 'Arial, Helvetica, sans-serif'
set key top center box lw .5 samplen 2 title "Abwanderungen von\nDeutschland, gestapelt"
set border 3
set grid lt 100000 lc '0xAA070707' front
set xdata time
set format x timeformat
set ylabel 'Tausend'
set tics nomirror
set autoscale fix
norm = 1e3
set output 'Abwanderungen von Deutschland.svg'
plot $data u (timecolumn(1, timeformat)):(($2+$3)/norm) w filledcurves x1 title 'Deutsche', \
     ''    u (timecolumn(1, timeformat)):($3/norm) w filledcurves x1 title 'Nichtdeutsche'
unset output

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
current18:43, 1 June 2023Thumbnail for version as of 18:43, 1 June 2023600 × 300 (23 KB)Hi, future humans! (talk | contribs)2022
22:29, 23 October 2022Thumbnail for version as of 22:29, 23 October 2022600 × 300 (22 KB)Hi, future humans! (talk | contribs)2021
03:11, 2 December 2021Thumbnail for version as of 03:11, 2 December 2021600 × 300 (21 KB)Hi, future humans! (talk | contribs){{Information |Description=Abwanderung von Deutschland |Source={{own}} based on https://www.destatis.de/DE/Themen/Gesellschaft-Umwelt/Bevoelkerung/Wanderungen/Tabellen/wanderungen-alle.html |Date=2021-12-02 |Author={{User|Hi, future humans!}}, Gnuplot code from StefanPohl |Permission= |other_versions= }} {{Created with Gnuplot|v|code= $data << EOD # https://www.destatis.de/DE/Themen/Gesellschaft-Umwelt/Bevoelkerung/Wanderungen/Tabellen/wanderungen-alle.html #Jahr Deutsche...

File usage on other wikis

The following other wikis use this file:

Metadata