चित्र:OECD pharmaceuticals expenditure.svg

मुक्त ज्ञानकोश विकिपीडिया से
नेविगेशन पर जाएँ खोज पर जाएँ

मूल फ़ाइल(SVG फ़ाईल, साधारणत: १,४४० × ७२० पीक्सेल्स, फ़ाईलका आकार: १०१ 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: Expenditure on pharmaceuticals per capita, 2019 (or nearest)
दिनांक
स्रोत अपना कार्य
लेखक Yuasan, Data from OECD Health stat.
https://www.oecd.org/els/health-systems/health-data.htm
अनुमति
(इस चित्र का पुनः उपयोग करना)
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")

लाइसेंस

मैं, इस कार्य का/की कॉपीराइट धारक, इसे निम्न लाइसेंस के अंतर्गत प्रकाशित करता/करती हूँ:
Creative Commons CC-Zero इस फ़ाइल को क्रिएटिव कॉमन्स CC0 1.0 वैश्विक सार्वजनिक डोमेन समर्पण के अंतर्गत उपलब्ध कराया गया है।
कार्य को इस आलेख से संबद्ध करने वाले व्यक्ति ने पूरे विश्व में कॉपीराइट कानूनों के अंतर्गत कार्य पर कानून की अनुमोदित सीमा तक सभी संबंधित अधिकारों समेत अपने सभी अधिकार त्यागकर इसे सार्वजनिक डोमेन को समर्पित किया है। आप बिना अनुमति के कार्य की प्रतियाँ बना सकते हैं, इसे बदल और पुनः वितरित कर सकते हैं, और प्रदर्शित कर सकते हैं, वाणिज्यिक उद्देश्यों से भी।

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

चित्रण

२१ अप्रैल 2014

source of file अंग्रेज़ी

original creation by uploader अंग्रेज़ी

फ़ाइल का इतिहास

फ़ाइलका पुराना अवतरण देखने के लिये दिनांक/समय पर क्लिक करें।

दिनांक/समयअंगूठाकार प्रारूपआकारप्रयोक्ताप्रतिक्रिया
वर्तमान१०:२०, ३० मार्च २०२२१०:२०, ३० मार्च २०२२ के संस्करण का अंगूठाकार प्रारूप।१,४४० × ७२० (१०१ KB)wikimediacommons>Yuasan2019 data

निम्नलिखित पन्ने इस चित्र से जुडते हैं :

मेटाडाटा