File:Abwanderungen von Deutschland.svg
Original file (SVG file, nominally 600 × 300 pixels, file size: 23 KB)
Captions
This image should always reflect the most recent version. 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 it being overwritten, please upload the required version as a separate file. |
Summary
[edit]DescriptionAbwanderungen von Deutschland.svg | 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 | |
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]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.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 18:43, 1 June 2023 | 600 × 300 (23 KB) | Hi, future humans! (talk | contribs) | 2022 | |
22:29, 23 October 2022 | 600 × 300 (22 KB) | Hi, future humans! (talk | contribs) | 2021 | ||
03:11, 2 December 2021 | 600 × 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... |
You cannot overwrite this file.
File usage on Commons
The following 2 pages use this file:
File usage on other wikis
The following other wikis use this file:
- Usage on de.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Short title | Gnuplot |
---|---|
Image title | Produced by GNUPLOT 5.4 patchlevel 2 |
Width | 600 |
Height | 300 |