[go: up one dir, main page]

Jump to content

File:OECD pharmaceuticals expenditure.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file (SVG file, nominally 1,440 × 720 pixels, file size: 101 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.

Summary

Description
English: Expenditure on pharmaceuticals per capita, 2019 (or nearest)
Date
Source Own work
Author Yuasan, Data from OECD Health stat.
https://www.oecd.org/els/health-systems/health-data.htm
Permission
(Reusing this file)
CC-0

Graph data

import matplotlib.pyplot as plt
import pandas as pd

df = pd.read_csv("data.csv", index_col=0)
df = df.fillna(0)

fig, ax = plt.subplots(figsize=(16, 8))
ax.bar(df.index, df["Prescription"] , color="#8EB4E3", width=0.7, bottom=0)
ax.bar(df.index, df["OTC medicines"], color="#C0504D", width=0.7, bottom=df["Prescription"] )
ax.bar(df.index, df["Total(no breakdown)"], color="#9BBB59", width=0.7 , bottom=df["Prescription"]+df["OTC medicines"] )

ax.legend(df.columns, fontsize=20,  loc='upper right')
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.15, right=0.96, top=0.9)

plt.title("Expenditure on pharmaceuticals per capita,\n 2019 or nearest (OECD Health Stat)", fontsize=28)
plt.tick_params(labelsize=10, pad=4)
plt.xticks(df.index, rotation=70, size=11)

plt.ylabel("PPD USD", size=15)
plt.ylim([0,1400])
plt.yticks(fontsize=15)
plt.grid(which='major',color='#cccccc',linestyle='-', axis="y")
plt.subplots_adjust(top =0.88)

plt.savefig("image.svg")

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Any autoconfirmed user can overwrite this file from the same source. Please ensure that overwrites comply with the guideline.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

copyrighted, dedicated to the public domain by copyright holder<\/a>"}},"text\/plain":{"en":{"P6216":"copyrighted, dedicated to the public domain by copyright holder"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P6216 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">
Creative Commons CC0 License<\/a>"}},"text\/plain":{"en":{"P275":"Creative Commons CC0 License"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P275 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">

21 April 2014

original creation by uploader<\/a>"}},"text\/plain":{"en":{"P7482":"original creation by uploader"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P7482 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current10:20, 30 March 2022Thumbnail for version as of 10:20, 30 March 20221,440 × 720 (101 KB)Yuasan2019 data
13:27, 27 June 2016Thumbnail for version as of 13:27, 27 June 2016740 × 397 (108 KB)YuasanOECD Health at a glance 2015
07:51, 21 April 2014Thumbnail for version as of 07:51, 21 April 2014632 × 455 (39 KB)YuasanUser created page with UploadWizard

The following page uses this file:

Global file usage

Metadata