For faster navigation, this Iframe is preloading the Wikiwand page for ファイル:Public and private health expenditure by country.svg.

ファイル:Public and private health expenditure by country.svg

元のファイル(SVG ファイル、1,080 × 540 ピクセル、ファイルサイズ: 193キロバイト)

このファイルは、最新の情報を受けて更新される可能性があります。
新しい更新が反映されることなく、特定の版のファイルを使用したい場合は、必要な版を別のファイルとしてアップロードしてください。
解説 Health expenditure by type of financing, 2019 (OECD Health)
日付
原典 投稿者自身による著作物, Data from OECD Health
https://stats.oecd.org/Index.aspx?DataSetCode=SHA#
作者 Yuasan
許可
(ファイルの再利用)
CC-0

Graph data

import matplotlib as mpl
import numpy as np
from cycler import cycler
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=["Government/compulsory schemes"], ascending=False)
df = df.drop('Government/compulsory schemes', axis=1)
df = df.fillna(0).T

mpl.rcParams['axes.xmargin'] = 0.02
plt.rcParams['axes.prop_cycle'] = cycler(color=['#93CDDD', '#957ccb', '#E69717', '#D83227', '#A3DF6E', '#d7352b', '#ffd924', '#a652c1', '#686d69'])

fig, ax = plt.subplots(figsize=(12, 6))
for i in range( len(df) ):
	ax.bar(df.columns, df.iloc[i] , width=0.7, bottom=df.iloc[:i].sum())

plt.rcParams['font.family'] = 'sans-serif'
plt.rcParams['font.sans-serif'] = ['Noto Sans Display']

plt.subplots_adjust(left=0.08, bottom=0.19, right=0.98, top=0.93)

plt.title("Health expenditure by type of financing, 2019 (OECD SOCX)", fontsize=18)
plt.tick_params(labelsize=10, pad=4)

ax.legend(df.index, fontsize=9,  loc='center', ncol=5,  frameon=True, facecolor="#dddddd",
			bbox_to_anchor=(0., -0.28, 1., .102) )
ax.set_axisbelow(True)

plt.xticks(df.columns, rotation=70, size=9)
plt.yticks(fontsize=13)
plt.ylabel("% of Health expenditure", size=13)
plt.ylim([0,100])

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

plt.savefig("image.svg")

ライセンス

この作品の著作権者である私は、この作品を以下のライセンスで提供します。
Creative Commons CC-Zero このファイルはクリエイティブ・コモンズ CC0 1.0 全世界 パブリック・ドメイン提供のもとで利用可能にされています。
ある作品に本コモンズ証を関連づけた者は、その作品について世界全地域において著作権法上認められる、その者が持つすべての権利(その作品に関する権利や隣接する権利を含む。)を、法令上認められる最大限の範囲で放棄して、パブリック・ドメインに提供しています。

この作品は、たとえ営利目的であっても、許可を得ずに複製、改変・翻案、配布、上演・演奏することが出来ます。

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

27 1 2014

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2023年3月24日 (金) 13:272023年3月24日 (金) 13:27時点における版のサムネイル1,080 × 540 (193キロバイト)Yuasan2019
2021年7月13日 (火) 11:022021年7月13日 (火) 11:02時点における版のサムネイル1,440 × 720 (133キロバイト)Yuasan2017
2015年4月27日 (月) 08:032015年4月27日 (月) 08:03時点における版のサムネイル750 × 477 (133キロバイト)Yuasanfix
2014年1月27日 (月) 07:332014年1月27日 (月) 07:33時点における版のサムネイル718 × 499 (65キロバイト)YuasanUser created page with UploadWizard

ファイルの使用状況

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています:

メタデータ

{{bottomLinkPreText}} {{bottomLinkText}}
ファイル:Public and private health expenditure by country.svg
Listen to this article

This browser is not supported by Wikiwand :(
Wikiwand requires a browser with modern capabilities in order to provide you with the best reading experience.
Please download and use one of the following browsers:

This article was just edited, click to reload
This article has been deleted on Wikipedia (Why?)

Back to homepage

Please click Add in the dialog above
Please click Allow in the top-left corner,
then click Install Now in the dialog
Please click Open in the download dialog,
then click Install
Please click the "Downloads" icon in the Safari toolbar, open the first download in the list,
then click Install
{{::$root.activation.text}}

Install Wikiwand

Install on Chrome Install on Firefox
Don't forget to rate us

Tell your friends about Wikiwand!

Gmail Facebook Twitter Link

Enjoying Wikiwand?

Tell your friends and spread the love:
Share on Gmail Share on Facebook Share on Twitter Share on Buffer

Our magic isn't perfect

You can help our automatic cover photo selection by reporting an unsuitable photo.

This photo is visually disturbing This photo is not a good choice

Thank you for helping!


Your input will affect cover photo selection, along with input from other users.

X

Get ready for Wikiwand 2.0 🎉! the new version arrives on September 1st! Don't want to wait?