跳至內容

File:Annual working time in OECD.svg

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書
原始檔案 (SVG 檔案,表面大小:1,080 × 720 像素,檔案大小:201 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: Average annual hours actually worked per worker in OECD countries
日期
來源 自己的作品, Data from OECD Labour Force stat.
http://stats.oecd.org/Index.aspx?DataSetCode=ANHRS
作者 Yuasan
授權許可
(重用此檔案)
CC-0

授權條款

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

Graph data

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

df = pd.read_csv("data.tsv", index_col=0 , sep = "\t")
df = df.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']
plt.rcParams["axes.prop_cycle"] = plt.cycler("color", plt.get_cmap("tab20")(np.linspace(0,1,20)))

plt.subplots_adjust(left=0.07, bottom=0.16, right=0.97, top=0.95)

cc = cycler('ls', ['-', '--']) * cycler('lw', range(1, 3))
ax.set_prop_cycle( plt.rcParams['axes.prop_cycle'] * cc)
ax.plot(df)
ax.legend(df.columns, fontsize=9, ncol=10, loc='center' ,bbox_to_anchor=(0, -0.18, 1, 0.102),  frameon=True, facecolor="#eeeeee")
ax.set_axisbelow(True)

plt.ylabel("hour/year", fontsize=15)

plt.title("Average annual hours actually worked per worker (OECD Labour Force)", fontsize=18)
plt.tick_params(labelsize=9, pad=4)
plt.xticks(rotation=35, fontsize=7)
plt.yticks(fontsize=11)

ax.minorticks_on()
plt.grid(which='major',color='#999999',linestyle='-', axis="y")
plt.grid(which='minor',color='#e3e3e3',linestyle='--', axis="y")

plt.savefig("image.svg")
此檔案可由自動確認使用者自相同來源覆蓋。請確保操作符合規定

說明

添加單行說明來描述出檔案所代表的內容
Average annual hours actually worked per worker in OECD countries

在此檔案描寫的項目

描繪內容

image/svg+xml

41f2467a7ee91093a7987695e5f0c76a41be4cae

斷定方法:​SHA-1 中文 (已轉換拼寫)

205,997 位元組

720 像素

1,080 像素

檔案歷史

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

日期/時間縮⁠圖尺寸使用者備⁠註
目前2023年2月25日 (六) 03:24於 2023年2月25日 (六) 03:24 版本的縮圖1,080 × 720​(201 KB)Yuasan2021 data
2021年8月13日 (五) 12:09於 2021年8月13日 (五) 12:09 版本的縮圖1,080 × 720​(150 KB)Yuasanfix
2021年8月12日 (四) 16:35於 2021年8月12日 (四) 16:35 版本的縮圖1,080 × 720​(150 KB)Yuasanfix
2021年8月12日 (四) 16:23於 2021年8月12日 (四) 16:23 版本的縮圖1,080 × 720​(150 KB)YuasanUploaded own work with UploadWizard

下列頁面有用到此檔案:

全域檔案使用狀況

詮釋資料