File:Life expectancy in Japan (IPSS).svg

原始檔案 (SVG 檔案,表面大小:900 × 360 像素,檔案大小:93 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: Life expectancy in Japan data from IPSS
日期
來源 自己的作品, Data from en:National Institute of Population and Social Security Research
https://www.ipss.go.jp/syoushika/tohkei/Popular/Popular2022.asp?chap=0
作者 Yuasan
授權許可
(重用此檔案)
CC-0

授權條款

我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
Creative Commons CC-Zero 此檔案於創用 CC CC0 1.0 通用公有領域貢獻宣告下分發。
在此宣告之下分發本作品者,已依據各國著作權法,在全世界放棄其對本作品所擁有的著作權及所有相關相似的法律權利,從而將本作品貢獻至公有領域。您可以複製、修改、分發和演示該作品,用於任何商業用途,所有這些都不需要請求授權。

Graph data

import matplotlib.pyplot as plt
import pandas as pd
import numpy as np

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

fig, ax = plt.subplots(figsize=(10, 4))
plt.rcParams['font.family'] = 'sans-serif'
plt.rcParams['font.sans-serif'] = ['Noto Sans Display']

plt.subplots_adjust(left=0.07, bottom=0.10, right=0.96, top=0.91)

ax.plot(df["Men"], color="#5E95CD")
ax.plot(df["Women"], color="#D676AB")
ax.legend(df.columns, fontsize=14, ncol=2, loc='upper left',  frameon=True, facecolor="#dddddd")
ax.set_axisbelow(True)

plt.title("Life expectancy in Japan (IPSS)", fontsize=18)
plt.tick_params(labelsize=9, pad=4)
plt.ylabel("Age", fontsize=13)
plt.xticks(np.arange(1920, 2065, step=5), fontsize=8, rotation=70)
plt.yticks(fontsize=11)
plt.ylim([40,100])

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

plt.savefig("image.svg")
Any autoconfirmed user can overwrite this file from the same source. Please ensure that overwrites comply with the guideline.

說明

添加單行說明來描述出檔案所代表的內容
Life expectancy in Japan , data from IPSS

在此檔案描寫的項目

描繪內容

檔案來源 Chinese (Taiwan) (已轉換拼寫)

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2023年1月25日 (三) 12:08於 2023年1月25日 (三) 12:08 版本的縮圖900 × 360(93 KB)YuasanUploaded own work with UploadWizard

下列2個頁面有用到此檔案:

全域檔案使用狀況

詮釋資料