File:OECD health expenditure per capita by country.svg

原始文件(SVG文件,尺寸为1,440 × 720像素,文件大小:105 KB)


该文件可能会更新以反映新信息
如果您希望在不镜像新更新的情况下使用该文件的特定版本,请将所需版本作为单独的文件上传。

摘要

描述 Health expenditure and financing by country. Total health expenditure per capita in US dollars (PPP).
日期
来源

个人作品,使用:

作者 Yuasan

Graph data

import matplotlib.pyplot as plt
import pandas as pd

df = pd.read_csv("data.tsv", index_col=0 , sep = "\t")
df = df.sort_values(by=["Total"], ascending=True)
df = df.drop("Total", axis=1)

fig, ax = plt.subplots(figsize=(16, 8))
ax.bar(df.index, df["Government/compulsory"] , color="#5E95CD", width=0.7)
ax.bar(df.index, df["Voluntary payment"], color="#9BBB59", width=0.7, bottom=df["Government/compulsory"] )
ax.bar(df.index, df["Household out-of-pocket"], color="#D676AB", width=0.7 , bottom=df["Government/compulsory"]+df["Voluntary payment"] )

ax.legend(df.columns, fontsize=20)
ax.set_axisbelow(True)

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

plt.title("Health expenditure per capita, 2020 (OECD Health)", fontsize=26)
plt.tick_params(labelsize=10, pad=4)
plt.ylabel("PPPUSD", size=15)
plt.xticks(rotation=60)
plt.yticks(fontsize=13)
plt.grid(which='major',color='#cccccc',linestyle='-', axis="y")

plt.savefig("image.svg")

许可协议

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

说明

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

此文件中描述的项目

描繪內容

某些值没有维基数据项目

image/svg+xml

文件历史

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

最新 | 最旧) 查看(较新10条 | )(10 | 20 | 50 | 100 | 250 | 500
日期/时间缩⁠略⁠图大小用户备注
当前2022年9月1日 (四) 12:232022年9月1日 (四) 12:23版本的缩略图1,440 × 720(105 KB)Yuasanfont fix
2022年9月1日 (四) 12:182022年9月1日 (四) 12:18版本的缩略图1,440 × 720(92 KB)Yuasan2020 data
2022年8月24日 (三) 03:352022年8月24日 (三) 03:35版本的缩略图1,440 × 720(85 KB)Yuasan2019 data
2021年6月27日 (日) 13:042021年6月27日 (日) 13:04版本的缩略图512 × 256(372 KB)Yuasanlabel fix
2021年6月26日 (六) 12:082021年6月26日 (六) 12:08版本的缩略图1,440 × 720(105 KB)YuasanReverted to version as of 13:59, 25 June 2021 (UTC)
2021年6月25日 (五) 17:422021年6月25日 (五) 17:42版本的缩略图740 × 390(112 KB)TimeshifterReverted to version as of 00:54, 8 October 2016 (UTC)
2021年6月25日 (五) 13:592021年6月25日 (五) 13:59版本的缩略图1,440 × 720(105 KB)Yuasan2017 data
2016年10月8日 (六) 00:542016年10月8日 (六) 00:54版本的缩略图740 × 390(112 KB)Yuasan2014 year
2015年4月20日 (一) 08:022015年4月20日 (一) 08:02版本的缩略图1,057 × 613(283 KB)Yuasanfix
2014年7月14日 (一) 06:512014年7月14日 (一) 06:51版本的缩略图1,057 × 613(71 KB)Yuasanbig size
最新 | 最旧) 查看(较新10条 | )(10 | 20 | 50 | 100 | 250 | 500

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

全域文件用途

元数据