File:Employed person in Japan by type.svg

Original file(SVG file, nominally 720 × 450 pixels, file size: 113 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.

Summary

Description
English: Employed person in Japan by type, 2022
Date
Source Own work , Data from MHLW Labor Force Survey
1-2-4 雇用形態,年齢階級別雇用者数
https://www.e-stat.go.jp/dbview?sid=0003078065
Author Yuasan
Permission
(Reusing this file)
CC-0


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.

graph data

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

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

mpl.rcParams['axes.xmargin'] = 0.02

fig, ax = plt.subplots(figsize=(8, 5))
for i in range( len(df) ):
	ax.bar(df.columns, df.iloc[i] , width=0.7, bottom=df.iloc[:i].sum())

plt.rcParams['font.family'] = 'sans-serif'
plt.rcParams['font.sans-serif'] = ['Noto Sans Display']

plt.subplots_adjust(left=0.08, bottom=0.23, right=0.98, top=0.88)

plt.title("Employed person in Japan 2022, \nby type of employment (MHLW Labor Force Survey)", fontsize=15)
plt.tick_params(labelsize=10, pad=4)

ax.legend(df.index, fontsize=9, ncol=4, loc='center' ,bbox_to_anchor=(0., -0.31, 1., .102) , facecolor="#dddddd"
	, title="Type of employment (Excludes executive class)", title_fontsize=9)
ax.set_axisbelow(True)

plt.xticks(df.columns, rotation=45, size=9)
plt.yticks(fontsize=9)
plt.xlabel("Age", size=9 ,loc="right")
plt.ylabel("10,000 person", size=10)

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

plt.savefig("image.svg")

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
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.

Captions

Employed person in Japan by type

Items portrayed in this file

depicts

27 February 2022

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current12:33, 9 July 2023Thumbnail for version as of 12:33, 9 July 2023720 × 450 (113 KB)Yuasan2022 year
11:58, 27 February 2022Thumbnail for version as of 11:58, 27 February 20221,440 × 720 (82 KB)YuasanUploaded own work with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

Metadata