File:Food production per capita.svg
頁面內容不支援其他語言。
外觀
此 SVG 檔案的 PNG 預覽的大小:600 × 600 像素。 其他解析度:240 × 240 像素 | 480 × 480 像素 | 768 × 768 像素 | 1,024 × 1,024 像素 | 2,048 × 2,048 像素。
原始檔案 (SVG 檔案,表面大小:800 × 800 像素,檔案大小:7 KB)
摘要
描述Food production per capita.svg |
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 |
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 |
授權條款
我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
此檔案採用共享創意 姓名標示-相同方式分享 4.0 國際授權條款。
- 您可以自由:
- 分享 – 複製、發佈和傳播本作品
- 重新修改 – 創作演繹作品
- 惟需遵照下列條件:
- 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
- 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。
在此檔案描寫的項目
描繪內容
沒有維基數據項目的某些值
5 8 2016
檔案歷史
點選日期/時間以檢視該時間的檔案版本。
日期/時間 | 縮圖 | 尺寸 | 用戶 | 備註 | |
---|---|---|---|---|---|
目前 | 2016年8月6日 (六) 05:44 | 800 × 800(7 KB) | Grendelkhan | User created page with UploadWizard |
檔案用途
下列頁面有用到此檔案:
全域檔案使用狀況
以下其他 wiki 使用了這個檔案:
- ar.wikipedia.org 的使用狀況
- ca.wikipedia.org 的使用狀況
- da.wikipedia.org 的使用狀況
- en-two.iwiki.icu 的使用狀況
- fa.wikipedia.org 的使用狀況
- gu.wikipedia.org 的使用狀況
- hu.wikipedia.org 的使用狀況
- id.wikipedia.org 的使用狀況
- ig.wikipedia.org 的使用狀況
- ja-two.iwiki.icu 的使用狀況
- mk.wikipedia.org 的使用狀況
- nl.wikipedia.org 的使用狀況
- pt.wikipedia.org 的使用狀況
- th.wikipedia.org 的使用狀況
- tr.wikipedia.org 的使用狀況
- vi.wikipedia.org 的使用狀況
詮釋資料
此檔案中包含擴展的資訊。這些資訊可能是由數位相機或掃描器在建立時或數位化過程中所加入。
如果此檔案的來源檔案已被修改,一些資訊在修改後的檔案中將不能完全反映出來。
簡稱 | Gnuplot |
---|---|
影像標題 | Produced by GNUPLOT 4.6 patchlevel 4 |
寬度 | 800 |
高度 | 800 |
隱藏分類: