Պատկեր:Unemployment rate in Japan.svg

Page contents not supported in other languages.
Վիքիպեդիայից՝ ազատ հանրագիտարանից

Սկզբնական նիշք(SVG-նիշք, անվանապես 1080 × 540 փիքսել, նիշքի չափը՝ 124 ԿԲ)

Այս նիշքը տեղադրված է Վիքիպահեստում է և այն կարող է օգտագործվել այլ նախագծերի կողմից։ Վիքիպահեստում նիշքի մասին տեղեկությունների հիմնական մասը ներկայացված է ստորև։

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: Unemployment rate in Japan
Թվական
Աղբյուր Բեռնողի սեփական աշխատանք, Data from OECD Labour Force stats.
https://stats.oecd.org/Index.aspx?DataSetCode=LFS_SEXAGE_I_R#
Հեղինակ Yuasan
Իրավունքներ
(Նիշքի վերաօգտագործումը)
CC-0

Արտոնագրում

Ես, սույն աշխատանքի հեղինակային իրավունքների տերը, այսուհետ այն հրատարակում եմ հետևյալ արտոնագրի ներքո։
Creative Commons CC-Zero 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.

Graph data

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

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

df_jp = df[~ df.index.str.contains('G7')]
df_g7 = df[df.index.str.contains('G7')]

fig, ax = plt.subplots(figsize=(12, 6))
plt.rcParams['font.family'] = 'sans-serif'
plt.rcParams['font.sans-serif'] = ['Noto Sans Display']
ax.set_prop_cycle( plt.rcParams['axes.prop_cycle'])

plt.subplots_adjust(left=0.06, bottom=0.15, right=0.96, top=0.93)

v = df_jp[df_jp.index.str.contains("all-age")].T
ax.plot(v , linewidth=2 , label=v.columns)
v = df_jp[df_jp.index.str.contains("15")].T
ax.plot(v  , linewidth=1, label=v.columns)
v = df_g7[df_g7.index.str.contains("all-age")].T
ax.plot(v , linewidth=2, ls=":",  label=v.columns)
v = df_g7[df_g7.index.str.contains("15")].T 
ax.plot(v , linewidth=1, ls=":",  label=v.columns)

ax.fill_between( df.columns ,0, df.T["All persons; all-age"].values,  color="lightblue", alpha=0.5, label="")

lines, labels = ax.get_legend_handles_labels()
ax.legend(lines , labels, fontsize=9, ncol=6, loc='center' ,bbox_to_anchor=(0., -0.18, 1., .102) , facecolor="#eeeeee")
ax.set_axisbelow(True)

plt.title("Unemployment rate in Japan (OECD Labour Force stat)", fontsize=16)
plt.tick_params(labelsize=9, pad=4)
plt.ylabel("Unemployment rate (%) ", fontsize=13)
plt.xticks(rotation=35, fontsize=7)
plt.yticks(fontsize=11)
plt.ylim([0,16])
ax.xaxis.set_major_locator(ticker.MultipleLocator(2))

plt.minorticks_on()
plt.grid(which='major',color='#dddddd',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")

Captions

Add a one-line explanation of what this file represents
Unemployment rate in Japan

Items portrayed in this file

պատկերված

28 Մարտի 2022

Նիշքի պատմություն

Մատնահարեք օրվան/ժամին՝ նիշքի այդ պահին տեսքը դիտելու համար։

Օր/ԺամՄանրապատկերՕբյեկտի չափըՄասնակիցՄեկնաբանություն
ընթացիկ14:04, 12 Հուլիսի 202314:04, 12 Հուլիսի 2023 տարբերակի մանրապատկերը1080 × 540 (124 ԿԲ)Yuasan2022
09:42, 2 հունվարի 202309:42, 2 հունվարի 2023 տարբերակի մանրապատկերը1080 × 540 (168 ԿԲ)Yuasan2021
12:45, 28 Մարտի 202212:45, 28 Մարտի 2022 տարբերակի մանրապատկերը1080 × 720 (97 ԿԲ)YuasanUploaded own work with UploadWizard

Հետևյալ էջը հղվում է այս նիշքին՝

Նիշքի համընդհանուր օգտագործում

Հետևյալ այլ վիքիները օգտագործում են այս նիշքը՝

Մետատվյալներ