File:Tokio population.svg

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

Original file(SVG file, nominally 1,000 × 500 pixels, file size: 24 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
Deutsch: Einwohnerentwicklung von Tokio 1872-2016
Date
Source Own work
Author Husky22
SVG development
InfoField
 
The SVG code is valid.
 
This population chart was created with Gnuplot.
 
This file uses translateable embedded text.
Source code
InfoField

Gnuplot code

#!/usr/bin/gnuplot
# gnuplot 5.0 / Windows 10
#
# Basierend auf http://commons.wikimedia.org/wiki/File:Mannheim_population.svg von Gorgo

#input#input
set timefmt "%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 'Jahr'
set xrange ['1872':'2016']
set xtics 20*365.25*3600*24
set mxtics 5
set format x '%Y'
 
set ylabel 'Einwohnerzahl'
set ytics 1000
set yrange [0:10000.000]
set format y '%.3f'

set term svg size 1000,500 font "Arial,14"
set output 'tokio_population.svg'

set datafile separator ";"

plot 'Tokio.csv' using 1:($2) with filledcurves below x1 lt rgb 'dark-blue' lw 2

Data

# Datenquelle: http://de.wikipedia.org/wiki/Tokio#Bevölkerungsentwicklung
Datum;Einwohner
1872;595.900
1877;796.800
1881;823.600
1884;914.300
1887;1121.900
1891;1268.900
1898;1440.100
1904;1818.700
1908;2186.100
1914;2050.100
1920;2173.201
1925;1995.567
1930;2070.913
1935;5875.667
1940;6778.804
1944;6558.161
1945;2777.010
1946;3442.106
1947;4177.548
1948;4555.565
1950;5385.071
1955;6969.104
1960;8310.027
1965;8893.094
1970;8840.942
1975;8646.520
1980;8351.893
1985;8354.615
1990;8163.573
1995;7967.614
2000;8134.688
2005;8483.050
2006;8535.792
2012;8980.768
2015;9157.590
2016;9375.104
EOF

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

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

Date/TimeThumbnailDimensionsUserComment
current19:55, 4 January 2017Thumbnail for version as of 19:55, 4 January 20171,000 × 500 (24 KB)Husky22 (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

  • Usage on de.wikipedia.org
  • Usage on sw.wikipedia.org

Metadata