File:Population of Daejeon, South Korea.svg

Summary

Description
Date
Source Own work
Author DerPaul

Gnuplot script to generate this plot

 
This W3C-unspecified plot was created with Gnuplot.
Category:Unspec SVG created with Gnuplot#00051027Population%20of%20Daejeon,%20South%20Korea.svg
#!/usr/bin/gnuplot
# gnuplot 5.0

#input
set timefmt "%d.%m.%Y"
set datafile separator ";"

#output
unset key
set style data lines
set style fill transparent solid 0.4
set grid

set xdata time
set xlabel 'Year'
set xrange ['01.11.1940':'31.12.2018']
set xtics 315360000
set mxtics 10
set format x '%Y'

set style line 2 lc rgb 'dark-blue' pt 7 ps 0.5     # circle

set ylabel 'Population'
set ytics 500000
set format y '%.0f'

set term svg size 800,400 font "Arial,12"
set output 'daejeon_population.svg'

plot "daejeon.data" using 1:(sum [col=2:3] column(col)) \
      with filledcurves below x1 lt rgb 'dark-blue' \
      , "" using 1:(sum [col=2:3] column(col)) with points ls 2
date;korean;foreigner
01.11.1940;69712;0
15.08.1949;126704;0
01.01.1963;289511;0
01.01.1970;548000;0
01.01.1980;820000;0
01.01.1989;1051795;0
31.12.1995;1265081;3351
31.12.1996;1293760;4124
31.12.1997;1318212;4797
31.12.1998;1341413;4271
31.12.1999;1363546;4741
31.12.2000;1385606;4904
31.12.2001;1403164;5645
31.12.2002;1419573;5271
31.12.2003;1432296;6482
31.12.2004;1443471;7279
31.12.2005;1454638;7897
31.12.2006;1466158;9803
31.12.2007;1475659;12177
31.12.2008;1480895;14153 
31.12.2009;1484180;14485 
31.12.2010;1486922;14657 
31.12.2011;1515603;15047 
31.12.2012;1524583;14571
31.12.2013;1532811;14798
31.12.2014;1531809;15658
31.12.2015;1518775;16416
31.12.2016;1514370;17035
31.12.2018;1489936;18184
31.09.2019;1479641;19530
31.09.2020;1469099;17481
31.12.2021;1452251;17292

Licensing

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.

Category:CC-Zero#Population%20of%20Daejeon,%20South%20Korea.svg
Category:Self-published work Category:Daejeon
Category:CC-Zero Category:Daejeon Category:Pages using deprecated source tags Category:Self-published work Category:Unspec SVG created with Gnuplot