XIV

Source 📝

Original file(SVG file, "nominally 1,"080 × 540 pixels, file size: 124 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

DescriptionUnemployment rate in Japan.svg
English: Unemployment rate in Japan
Date
Source Own work, Data from OECD Labour Force stats.
https://stats.oecd.org/Index.aspx?DataSetCode=LFS_SEXAGE_I_R#
Author Yuasan
Permission
(Reusing this file)
CC-0

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.

http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse

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_g7 = df
fig, ax = plt.subplots(figsize=(12, 6))
plt.rcParams = 'sans-serif'
plt.rcParams = 
ax.set_prop_cycle( plt.rcParams※)
plt.subplots_adjust(left=0.06, bottom=0.15, right=0.96, top=0.93)
v = df_jp.T
ax.plot(v , linewidth=2 , label=v.columns)
v = df_jp.T
ax.plot(v  , linewidth=1, label=v.columns)
v = df_g7.T
ax.plot(v , linewidth=2, ls=":",  label=v.columns)
v = df_g7.T 
ax.plot(v , linewidth=1, ls=":",  label=v.columns)
ax.fill_between( df.columns ,0, df.T.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(※)
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

Unemployment rate in Japan

Items portrayed in this file

depicts

28 March 2022

image/svg+xml

File history

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

Date/TimeThumbnailDimensionsUserComment
current14:04, 12 July 2023Thumbnail for version as of 14:04, 12 July 20231,080 × 540 (124 KB)Yuasan2022
09:42, 2 January 2023Thumbnail for version as of 09:42, 2 January 20231,080 × 540 (168 KB)Yuasan2021
12:45, 28 March 2022Thumbnail for version as of 12:45, 28 March 20221,080 × 720 (97 KB)YuasanUploaded own work with UploadWizard

File usage

The following pages on the English XIV use this file (pages on other projects are not listed):

Global file usage

Metadata

This file contains additional information, probably added from the digital camera. Or scanner used to create/digitize it.

If the file has been modified from its original state, some details may not fully reflect the modified file.

Width864pt
Height432pt

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.