File:Social expenditure of Japan.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 900 × 450 pixels, file size: 216 KB)

This file may be updated to reflect new information.
If you wish to use a specific version of the file without new updates being mirrored, 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.

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/TimeThumbnailDimensionsUserComment
current11:51, 7 December 2023Thumbnail for version as of 11:51, 7 December 2023900 × 450 (216 KB)Yuasan2022
14:49, 22 October 2021Thumbnail for version as of 14:49, 22 October 20211,440 × 720 (126 KB)Yuasanhistoric and projected
11:59, 11 July 2021Thumbnail for version as of 11:59, 11 July 20211,440 × 720 (122 KB)Yuasan2020 data
12:42, 28 December 2019Thumbnail for version as of 12:42, 28 December 2019503 × 329 (93 KB)Yuasanfix
05:08, 28 December 2019Thumbnail for version as of 05:08, 28 December 2019503 × 329 (99 KB)Yuasan2018 data. https://www.mhlw.go.jp/wp/hakusyo/kousei/18-2/
04:59, 7 April 2014Thumbnail for version as of 04:59, 7 April 2014543 × 358 (36 KB)Yuasanstyle
07:29, 10 February 2014Thumbnail for version as of 07:29, 10 February 2014543 × 358 (44 KB)YuasanUser created page with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

Metadata