ဖိုင်:Unemployment rate in Japan.svg

အခြားဘာသာစကားများဖြင့် စာမျက်နှာအကြောင်းအရာများကို ပံ့ပိုးမထားပါ။
This is a file from the Wikimedia Commons
ဝီကီပီးဒီးယား မှ

မူရင်းဖိုင်(SVG ဖိုင်, ၁၀၈၀ × ၅၄၀ pixels ကို အကြံပြုသည်, ဖိုင်အရွယ်အစား - ၁၂၄ 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: 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 ဤဖိုင်ကို 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")

ပုံစာများ

ဤဖိုင်၏ဆိုလိုရင်းကို စာတစ်ကြောင်းရှင်းလင်းချက်ဖြင့် ထည့်သွင်းရန်
Unemployment rate in Japan

Items portrayed in this file

depicts အင်္ဂလိပ်

media type အင်္ဂလိပ်

image/svg+xml

ဖိုင်မှတ်တမ်း

ဖိုင်ကို ယင်းနေ့စွဲ အတိုင်း မြင်နိုင်ရန် နေ့စွဲ/အချိန် တစ်ခုခုပေါ်တွင် ကလစ်နှိပ်ပါ။

နေ့စွဲ/အချိန်နမူနာပုံငယ်မှတ်တမ်း ဒိုင်မန်းရှင်းများအသုံးပြုသူမှတ်ချက်
ကာလပေါ် ၁၄:၀၄၊ ၁၂ ဇူလိုင် ၂၀၂၃ ၁၄:၀၄၊ ၁၂ ဇူလိုင် ၂၀၂၃ ရက်က မူအတွက် နမူနာပုံငယ်၁၀၈၀ × ၅၄၀ (၁၂၄ KB)Yuasan2022
၀၉:၄၂၊ ၂ ဇန်နဝါရီ ၂၀၂၃ ၀၉:၄၂၊ ၂ ဇန်နဝါရီ ၂၀၂၃ ရက်က မူအတွက် နမူနာပုံငယ်၁၀၈၀ × ၅၄၀ (၁၆၈ KB)Yuasan2021
၁၂:၄၅၊ ၂၈ မတ် ၂၀၂၂ ၁၂:၄၅၊ ၂၈ မတ် ၂၀၂၂ ရက်က မူအတွက် နမူနာပုံငယ်၁၀၈၀ × ၇၂၀ (၉၇ KB)YuasanUploaded own work with UploadWizard

ဤဖိုင်ကို အသုံးပြုထားသော စာမျက်နှာများမရှိပါ။

ဂလိုဘယ် ဖိုင်သုံးစွဲမှု

အောက်ပါ အခြားဝီကီများတွင် ဤဖိုင်ကို အသုံးပြုထားသည်-

မီတာဒေတာ