File:Live births and deaths of Japan.svg

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書

原始檔案(SVG 檔案,表面大小:1,080 × 450 像素,檔案大小:145 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.

摘要

描述
English: Live births and deaths of Japan
日期
來源 自己的作品 , Data from MHLW Vital statistics
e-stat,e-stat
作者 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=(12, 5))
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["Birth"].div(1000) , color="#D676AB")
ax.plot(df["Death"].div(1000) , color="#5E95CD")
ax.legend(df.columns, fontsize=14, ncol=2, loc='upper right',  frameon=True, facecolor="#dddddd")
ax.set_axisbelow(True)

plt.title("Live births and deaths of Japan (MHLW Vital statistics)", fontsize=18)
plt.tick_params(labelsize=9, pad=4)
plt.ylabel("1000 person", fontsize=13)
plt.xticks(np.arange(1900, 2021, step=2), fontsize=8, rotation=70)
plt.yticks(fontsize=11)
plt.ylim([0,3000])

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")

說明

添加單行說明來描述出檔案所代表的內容
Live births and deaths of Japan

在此檔案描寫的項目

描繪內容

檔案歷史

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

日期/時間縮⁠圖尺寸使用者備⁠註
目前2023年1月5日 (四) 13:46於 2023年1月5日 (四) 13:46 版本的縮圖1,080 × 450(145 KB)YuasanUploaded own work with UploadWizard

下列頁面有用到此檔案:

全域檔案使用狀況

詮釋資料