File:Istanbul 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: 42 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Deutsch: Einwohnerentwicklung von Istanbul seit 1470
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
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 ['1470':'2016']
set xtics 30*365.25*3600*24
set mxtics 5
set format x '%Y'
 
set ylabel 'Einwohnerzahl'
set ytics 1000
set yrange [0:15000.000]
set format y '%.3f'

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

set datafile separator ";"

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

Data

# Datenquelle: http://de.wikipedia.org/wiki/Bevölkerungsentwicklung von Istanbul
Datum;Einwohner
Datum;Einwohner
330	;015.000
400	;200.000
530	;500.000
545	;350.000
715	;300.000
950	;500.000
1200;150.000
1453;36.000
1477;75.000
1566;600.000
1817;500.000
1860;715.000
1885;873.570
1890;874.000
1897;1059.000
1901;942.900
1914;909.978
1927;680.857
1935;741.148
1940;793.949
1945;860.558
1950;983.041
1955;1268.771
1960;1466.535
1965;1742.978
1970;2132.407
1975;2547.364
1980;2772.708
1985;5475.982
1990;6620.241
1997;8260.438
2000;8803.468
2005;9797.536
2006;10034.830
2007;11174.257
2008;12569.143
2009;12782.960
2010;13255.685
2011;13483.052
2012;13710.512
2013;14160.467
2014;14377.018
2015;14657.434
2016;14804.116
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
current20:25, 4 December 2017Thumbnail for version as of 20:25, 4 December 20171,000 × 500 (42 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:

Metadata