File:The seniority-based wage system in Japan.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 450 × 450 pixels, file size: 57 KB)

Captions

Captions

The seniority-based wage system in Japan
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

[edit]
Description
English: The seniority-based wage system in Japan
Date
Source Own work, Data from OECD Economic Surveys: Japan 2019 , doi:10.1787/fd63f374-en
Author Yuasan
Permission
(Reusing this file)
CC-0

Licensing

[edit]
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.

graph data

[edit]
import matplotlib.pyplot as plt
from cycler import cycler
import pandas as pd

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

df1 = df.filter(axis="columns", like="2006")
df2 = df.filter(axis="columns", like="2016")

fig, ax = plt.subplots(figsize=(5, 5))
plt.rcParams['font.family'] = 'sans-serif'
plt.rcParams['font.sans-serif'] = ['Noto Sans Display']

plt.subplots_adjust(left=0.14, bottom=0.20, right=0.96, top=0.90)

ax.set_prop_cycle( plt.rcParams['axes.prop_cycle'] )
ax.plot(df1, lw=2 , ls=":" )
ax.set_prop_cycle( plt.rcParams['axes.prop_cycle'] )
ax.plot(df2, lw=2 )

ax.set_axisbelow(True)
ax.margins(0.05)

plt.xlabel("age")
plt.ylabel("Wage index (20-24age = 100)", fontsize=10)
plt.ylim([100, 300])

fig.legend(df.columns, fontsize=8, ncol=3, loc='lower center',facecolor="#eeeeee")
plt.title("The seniority-based wage system in Japan \n(OECD 2019)", fontsize=12)
plt.tick_params(labelsize=9, pad=4)
plt.xticks(rotation=35, fontsize=8)
plt.yticks(fontsize=9)

plt.grid(which='major',color='#eeeeee',linestyle='--', axis="x")
plt.grid(which='major',color='#cccccc',linestyle='-', axis="y")

plt.savefig("image.svg")

File history

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

Date/TimeThumbnailDimensionsUserComment
current03:17, 17 August 2023Thumbnail for version as of 03:17, 17 August 2023450 × 450 (57 KB)Yuasan (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata