跳转到内容

File:Dementia Prevalence in OECD.svg

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

原始文件 (SVG文件,尺寸为1,080 × 450像素,文件大小:143 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: Prevalence of Dementia in OECD countries.
日期
来源 自己的作品, Data from OECD Health at a glance 2021
https://www.oecd.org/health/health-at-a-glance/
作者 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["2021"] , 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 left',  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.06, bottom=0.17, right=0.99, top=0.9)

plt.title("Estimated Prevalence of dementia (OECD Health,2021)", fontsize=20)
plt.tick_params(labelsize=10, pad=4)
plt.xticks(x, df.index, rotation=55, size=9)

plt.ylabel("Prevalence per 1000 polulations", size=11)
plt.yticks(fontsize=11)
plt.ylim([0,50])

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年2月21日 (二) 08:352023年2月21日 (二) 08:35版本的缩略图1,080 × 450(143 KB)Yuasan2021 data
2014年6月30日 (一) 05:172014年6月30日 (一) 05:17版本的缩略图736 × 369(122 KB)YuasanUser created page with UploadWizard

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

全域文件用途

以下其他wiki使用此文件:

元数据