File:Employment protection legislation compare.svg

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

Original file(SVG file, nominally 576 × 432 pixels, file size: 76 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
English: OECD Employment protection legislation

OECD Employment Outlook 2020, OECD, (2020-07), doi:10.1787/1686c758-en, ISBN 9789264459793
Date
Source Own work
Author Yuasan

graph data

[edit]
 import matplotlib.pyplot as plt
 import pandas as pd
 import seaborn as sns
 
 df=pd.read_csv("data.csv", index_col=[0])
 
 sns.set()
 sns.set_style('whitegrid')
 sns.set_palette('gray')
 
 fig = plt.figure()
 
 ax = fig.add_subplot(1, 1, 1, facecolor='#fafafc')
 ax.scatter(df['Dismissal regulation for regular workers'], df['Hiring regulation for temporary workers'] , s=50, alpha=0.5,  c='#aaaaFF', edgecolors='b')
 
 ax.set_xlim(left=1, right=3.5)
 ax.set_ylim(bottom=0, top=5)
 
 ax.tick_params(labelsize=9, pad=4)
 
 ax.set_title("Dismissal regulation for regular workers \nand hiring regulation for temporary workers (OECD,20020)", fontsize=12)
 ax.set_xlabel('Dismissal regulation for regular workers', fontsize=9)
 ax.set_ylabel('Hiring regulation for temporary workers', fontsize=9)
 
 for row in df.itertuples():
 	plt.text(row[1],row[2], row[0], fontsize=8, c='#555555')
 
 plt.savefig("image.svg")

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.

File history

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

Date/TimeThumbnailDimensionsUserComment
current13:08, 23 March 2021Thumbnail for version as of 13:08, 23 March 2021576 × 432 (76 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