For faster navigation, this Iframe is preloading the Wikiwand page for ファイル:Non-regular Employee on Underemployment in Japan.svg.

ファイル:Non-regular Employee on Underemployment in Japan.svg

元のファイル(SVG ファイル、720 × 360 ピクセル、ファイルサイズ: 113キロバイト)

このファイルは、最新の情報を受けて更新される可能性があります。
新しい更新が反映されることなく、特定の版のファイルを使用したい場合は、必要な版を別のファイルとしてアップロードしてください。

概要

解説
English: Non-regular Employee on Underemployment in Japan
日本語: 不本意非正規雇用労働者の割合・人数の推移
日付
原典 投稿者自身による著作物, Data from Labour Force Survey,MHLW
https://www.mhlw.go.jp/stf/wp/hakusyo/roudou/20/backdata/1-2-8.html
作者 Yuasan
許可
(ファイルの再利用)
CC-0

Graph data

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

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

df1 = df.T.loc['Percent']		# line
df2 = df.T.loc['Person']	# bar

fig, ax = plt.subplots(figsize=(8,4))
ax2 = ax.twinx()
plt.rcParams['font.family'] = 'sans-serif'
plt.rcParams['font.sans-serif'] = ['Noto Sans Display']
plt.subplots_adjust(left=0.09, bottom=0.13, right=0.92, top=0.85)
plt.setp(ax.get_xticklabels(), fontsize=7)
plt.setp(ax.get_yticklabels(), fontsize=8)

ax.bar(df2.index, df2, color="#FAAA69", width=0.6, label="Person")
ax.set_axisbelow(True)
ax.tick_params(axis='x', labelrotation=50)

ax.set_ylabel("1000 person", fontsize=10)
ax.set_ylim([0,400])
ax2.set_ylabel("Percent of Employee", fontsize=10)
ax2.set_ylim([0,100])

ax2.set_prop_cycle( plt.rcParams['axes.prop_cycle'] )
ax2.plot(df1, label="Percent")

lines, labels = ax.get_legend_handles_labels()
lines2, labels2 = ax2.get_legend_handles_labels()
ax2.legend(lines + lines2, labels + labels2, facecolor="#eeeeee" ,fontsize=10, ncol=2, loc='upper right')

plt.title("Non-regular Employee on Underemployment in Japan\n(Labour Force Survey,MHLW)", fontsize=14)
plt.tick_params(labelsize=9, pad=4)
plt.yticks(fontsize=10)

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

plt.savefig("image.svg")

ライセンス

この作品の著作権者である私は、この作品を以下のライセンスで提供します。
Creative Commons CC-Zero このファイルはクリエイティブ・コモンズ CC0 1.0 全世界 パブリック・ドメイン提供のもとで利用可能にされています。
ある作品に本コモンズ証を関連づけた者は、その作品について世界全地域において著作権法上認められる、その者が持つすべての権利(その作品に関する権利や隣接する権利を含む。)を、法令上認められる最大限の範囲で放棄して、パブリック・ドメインに提供しています。

この作品は、たとえ営利目的であっても、許可を得ずに複製、改変・翻案、配布、上演・演奏することが出来ます。

キャプション

このファイルの内容を1行で記述してください
Non-regular Employee on Underemployment in Japan

このファイルに描写されている項目

題材

3 4 2022

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2023年1月30日 (月) 13:072023年1月30日 (月) 13:07時点における版のサムネイル720 × 360 (113キロバイト)Yuasanstretch
2022年4月3日 (日) 02:352022年4月3日 (日) 02:35時点における版のサムネイル1,080 × 720 (87キロバイト)YuasanUploaded own work with UploadWizard

ファイルの使用状況

以下の​ 3 ページがこのファイルを使用しています:

メタデータ

{{bottomLinkPreText}} {{bottomLinkText}}
ファイル:Non-regular Employee on Underemployment in Japan.svg
Listen to this article

This browser is not supported by Wikiwand :(
Wikiwand requires a browser with modern capabilities in order to provide you with the best reading experience.
Please download and use one of the following browsers:

This article was just edited, click to reload
This article has been deleted on Wikipedia (Why?)

Back to homepage

Please click Add in the dialog above
Please click Allow in the top-left corner,
then click Install Now in the dialog
Please click Open in the download dialog,
then click Install
Please click the "Downloads" icon in the Safari toolbar, open the first download in the list,
then click Install
{{::$root.activation.text}}

Install Wikiwand

Install on Chrome Install on Firefox
Don't forget to rate us

Tell your friends about Wikiwand!

Gmail Facebook Twitter Link

Enjoying Wikiwand?

Tell your friends and spread the love:
Share on Gmail Share on Facebook Share on Twitter Share on Buffer

Our magic isn't perfect

You can help our automatic cover photo selection by reporting an unsuitable photo.

This photo is visually disturbing This photo is not a good choice

Thank you for helping!


Your input will affect cover photo selection, along with input from other users.

X

Get ready for Wikiwand 2.0 🎉! the new version arrives on September 1st! Don't want to wait?