File:Social expenditure of Japan.svg
Original file (SVG file, nominally 900 × 450 pixels, file size: 216 KB)
Captions
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
[edit]DescriptionSocial expenditure of Japan.svg |
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
[edit]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
[edit]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.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 11:51, 7 December 2023 | 900 × 450 (216 KB) | Yuasan (talk | contribs) | 2022 | |
14:49, 22 October 2021 | 1,440 × 720 (126 KB) | Yuasan (talk | contribs) | historic and projected | ||
11:59, 11 July 2021 | 1,440 × 720 (122 KB) | Yuasan (talk | contribs) | 2020 data | ||
12:42, 28 December 2019 | 503 × 329 (93 KB) | Yuasan (talk | contribs) | fix | ||
05:08, 28 December 2019 | 503 × 329 (99 KB) | Yuasan (talk | contribs) | 2018 data. https://www.mhlw.go.jp/wp/hakusyo/kousei/18-2/ | ||
04:59, 7 April 2014 | 543 × 358 (36 KB) | Yuasan (talk | contribs) | style | ||
07:29, 10 February 2014 | 543 × 358 (44 KB) | Yuasan (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
- File:Japan-socialexpendure.svg (file redirect)
File usage on other wikis
The following other wikis use this file:
- Usage on en.wikipedia.org
- Usage on ja.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Width | 720pt |
---|---|
Height | 360pt |