File:Social expenditure of Japan.svg

Original file(SVG file, nominally 900 × 450 pixels, file size: 216 KB)

Commons-logo.svg This is a file from the Wikimedia Commons. The description on its description page there is shown below.
Commons is a freely licensed media file repository. You can help.
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: Social expenditure of Japan, timeline and projected
Date
Source Own work , Data from MHLW 2022 Whitepaper.
https://www.mhlw.go.jp/wp/hakusyo/
Author Yuasan
Permission
(Reusing this file)
CC-0

Graph data

import matplotlib.pyplot as plt
import pandas as pd
import matplotlib.ticker as ticker

df = pd.read_csv("data.tsv", index_col=0 , sep = "\t")

fig, ax = plt.subplots(figsize=(10, 5))
ax.bar(df.index, df["Pension"] , color="#D676AB", width=0.7, bottom=0)
ax.bar(df.index, df["Health"], color="#9BBB59", width=0.7, bottom=df["Pension"] )
ax.bar(df.index, df["Welfare,etc"], color="#CB9CFB", width=0.7 , bottom=df["Pension"]+df["Health"] )

ax.legend(df.columns, fontsize=12, ncol=3, loc='upper left', frameon=True, facecolor="#dddddd")
ax.set_axisbelow(True)
ax.yaxis.set_major_locator(ticker.MultipleLocator(20))

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

plt.title("Social expenditure of Japan (MHLW,2022)", fontsize=16)
plt.tick_params(labelsize=10, pad=4)
plt.xticks(df.index, rotation=75, fontsize=7)
plt.yticks(fontsize=9)
plt.ylabel("Trillion JPY", fontsize=12)
plt.margins(0.02)
plt.ylim([0,190])

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

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

10 February 2014

File history

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

Date/TimeDimensionsUserComment
current03:51, 7 December 2023900 × 450 (216 KB)Yuasan2022

The following page uses this file:

Metadata