File:Fertility rate in OECD.svg

原始檔案 (SVG 檔案,表面大小:1,080 × 720 像素,檔案大小:157 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: Total Fertility rate in OECD
日期
來源 自己的作品, Data from OECD Family database
https://stats.oecd.org/Index.aspx?DataSetCode=FAMILY
作者 Yuasan
授權許可
(重用此檔案)
CC-0

授權條款

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

graph data

import matplotlib.pyplot as plt
from cycler import cycler
import pandas as pd
import matplotlib.ticker as ticker
import numpy as np

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

fig, ax = plt.subplots(figsize=(12, 8))
plt.rcParams['font.family'] = 'sans-serif'
plt.rcParams['font.sans-serif'] = ['Noto Sans Display']
cols = np.concatenate([plt.get_cmap("tab20")(np.linspace(0,1,20)),  plt.get_cmap("tab20c")(np.linspace(0,1,20)) ])
plt.rcParams["axes.prop_cycle"] = plt.cycler("color",cols)

plt.subplots_adjust(left=0.05, bottom=0.13, right=0.96, top=0.95)

cc = cycler('ls', ['-', '--'] )
ax.set_prop_cycle( plt.rcParams['axes.prop_cycle'] *cc)
ax.plot(df, lw=1.5 )
ax.set_axisbelow(True)
ax.axhspan(0, 2.1, color="lightblue", alpha=0.4 , zorder=-10)	
ax.xaxis.set_major_locator(ticker.MultipleLocator(2))
ax.margins(0.01)

fig.legend(df.columns, fontsize=8, ncol=10, loc='lower center' , frameon=True, facecolor="#eeeeee")
plt.title("Total fertility rate in OECD (OECD Family Database)", fontsize=16)
plt.tick_params(labelsize=9, pad=4)
plt.ylabel("Children", fontsize=11)
plt.xticks(rotation=35, fontsize=9)
plt.yticks(fontsize=11)
plt.ylim([0.8 ,3.5])

ax.minorticks_on()
plt.grid(which='major',color='#999999',linestyle='-', axis="y")
plt.grid(which='minor',color='#cccccc',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.

說明

添加單行說明來描述出檔案所代表的內容
Fertility rate in OECD

在此檔案描寫的項目

描繪內容

創作作者 Chinese (Hong Kong) (已轉換拼寫)

沒有維基數據項目的某些值

作者姓名字串 繁體中文 (已轉換拼寫):​Yuasan
維基媒體使用者名稱 繁體中文 (已轉換拼寫):​Yuasan

著作權狀態 繁體中文 (已轉換拼寫)

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

上傳者的原創作品 繁體中文 (已轉換拼寫)

多媒體型式 繁體中文 (已轉換拼寫)

image/svg+xml

檔案歷史

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

日期/時間縮⁠圖尺寸用戶備⁠註
目前2023年8月17日 (四) 14:09於 2023年8月17日 (四) 14:09 版本的縮圖1,080 × 720(157 KB)Yuasanstretch
2022年12月30日 (五) 12:22於 2022年12月30日 (五) 12:22 版本的縮圖1,080 × 720(212 KB)YuasanUploaded own work with UploadWizard

下列頁面有用到此檔案:

全域檔案使用狀況

以下其他 wiki 使用了這個檔案:

詮釋資料