跳转到内容

File:Old-age support ratio in OECD.svg

页面内容不支持其他语言。
这个文件来自维基共享资源
维基百科,自由的百科全书

原始文件 (SVG文件,尺寸为1,080 × 450像素,文件大小:133 KB)


This file may be updated to reflect new information. If you wish to use a specific version of the file without it being overwritten, please upload the required version as a separate file.

摘要

描述
English: The old-age support ratio
日期
来源 自己的作品, Data from OECD Society at a glance 2014
https://doi.org/10.1787/soc_glance-2014-en
作者 Yuasan
授权
(二次使用本文件)
CC-0

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
Creative Commons CC-Zero 本作品采用知识共享CC0 1.0 通用公有领域贡献许可协议授权。
采用本宣告发表本作品的人,已在法律允许的范围内,通过在全世界放弃其对本作品拥有的著作权法规定的所有权利(包括所有相关权利),将本作品贡献至公有领域。您可以复制、修改、传播和表演本作品,将其用于商业目的,无需要求授权。

graph data

import matplotlib.pyplot as plt
import pandas as pd
import numpy as np

df = pd.read_csv("data.tsv", index_col=0 , sep = "\t")

fig, ax = plt.subplots(figsize=(12, 5))
x = np.arange(df.index.size)
ax.bar(x-0.1, df["2012"] , color="#F79646", width=0.5, bottom=0)
ax.bar(x+0.3, df["2050"] , color="#C6A389", width=0.3, bottom=0)

ax.legend(df.columns, fontsize=14, ncol=2, loc='upper right',  frameon=True, facecolor="#dddddd")
ax.set_axisbelow(True)

plt.rcParams['font.family'] = 'sans-serif'
plt.rcParams['font.sans-serif'] = ['Noto Sans Display']
plt.subplots_adjust(left=0.07, bottom=0.17, right=0.99, top=0.9)

plt.title("Old-age support ratio (OECD Society at Glance 2014)", fontsize=20)
plt.tick_params(labelsize=10, pad=4)
plt.xticks(x, df.index, rotation=55, size=9)

plt.ylabel("Number of working-age (20-64)\n per old-age (65+)", size=11)
plt.yticks(fontsize=11)
plt.ylim([0,9])

ax.minorticks_on()
plt.grid(which='major',color='#999999',linestyle='-', axis="y")
plt.grid(which='minor',color='#eeeeee',linestyle='--', axis="y")

plt.savefig("image.svg")
Any autoconfirmed user can overwrite this file from the same source. Please ensure that overwrites comply with the guideline.

说明

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

此文件中描述的项目

描绘内容

创作作者 简体中文(已转写)

某些值没有维基数据项目

维基媒体用户名 简体中文(已转写):​Yuasan
作者姓名字符串 简体中文(已转写):​Yuasan

版权状态 简体中文(已转写)

版权所有 简体中文(已转写)

文件来源 简体中文(已转写)

上传者的原创作品 简体中文(已转写)

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2023年1月3日 (二) 08:462023年1月3日 (二) 08:46版本的缩略图1,080 × 450(133 KB)Yuasanfix
2014年10月27日 (一) 06:382014年10月27日 (一) 06:38版本的缩略图758 × 387(82 KB)Yuasanfix
2014年10月27日 (一) 05:532014年10月27日 (一) 05:53版本的缩略图758 × 387(85 KB)YuasanUser created page with UploadWizard

以下2个页面使用本文件:

全域文件用途

元数据