File:Food production per capita.svg

原始文件(SVG文件,尺寸为800 × 800像素,文件大小:7 KB)


摘要

描述
English: Relative global per-capita food production, since 1961, scaled so that the 2004-2006 period is 100. Data from Food and Agriculture Organization; see details below.
日期
来源 自己的作品
作者 Grendelkhan
其他版本 File:Food production per capita 1961-2005.png
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用Gnuplot创作。

Source code

#!/usr/bin/gnuplot

# Data source is http://faostat3.fao.org/download/Q/QI/E
# Region "World + (Total)"
# Element "Gross per capita Production Index Number (2004-2006 = 100)"
# Items Aggregated "Food (PIN) + (Total)"
# all years selected, export as CSV.

set terminal svg enhanced size 800 800 fname "Times" fsize 24
set output "Food production per capita.svg"

set datafile separator ","
set key autotitle columnhead
set yrange [0:]
unset key

set title "Food production per capita\n{/*.75 (2004-2006 = 100)}"

plot 'food-production.csv' using 9:10 with lines lw 2

The CSV used to generate the current version:

food-production.csv
Domain Code,Domain,AreaCode,AreaName,ElementCode,ElementName,ItemCode,ItemName,Year,Value,Flag,FlagD
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1961","75.41","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1962","76.21","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1963","76.82","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1964","77.92","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1965","77.89","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1966","79.35","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1967","80.65","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1968","81.38","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1969","80.07","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1970","81.01","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1971","81.40","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1972","79.39","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1973","82.20","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1974","81.23","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1975","81.54","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1976","82.09","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1977","82.48","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1978","84.78","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1979","84.49","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1980","83.26","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1981","84.29","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1982","85.74","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1983","84.53","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1984","87.19","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1985","87.07","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1986","87.35","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1987","86.52","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1988","85.87","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1989","87.50","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1990","88.19","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1991","86.92","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1992","87.80","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1993","87.29","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1994","88.36","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1995","88.74","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1996","91.43","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1997","91.55","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1998","92.02","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","1999","93.80","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","2000","94.65","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","2001","94.76","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","2002","94.84","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","2003","96.54","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","2004","99.19","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","2005","99.98","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","2006","100.83","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","2007","102.99","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","2008","105.90","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","2009","105.54","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","2010","106.78","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","2011","109.08","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","2012","108.96","","Official data"
"QI","Production Indices","5000","World","434","Gross per capita Production Index Number (2004-2006 = 100)","2054","Food (PIN)","2013","111.33","","Official data"

FAOSTAT Date: Fri Aug 05 09:22:45 CEST 2016

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享 4.0 国际许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2016年8月6日 (六) 05:442016年8月6日 (六) 05:44版本的缩略图800 × 800(7 KB)GrendelkhanUser created page with UploadWizard

以下页面使用本文件:

全域文件用途

元数据