ओरिजनल फाइल (एसवीजी फाइल, नॉमिनली १,०८० x ७२० पिक्सल, फाइल के आकार: १५७ KB)

ई फाइल एगो सझियाई के भंडारघर से बा आ अउरी प्रोजेक्ट भी एकर इस्तेमाल कर सकत बाड़ें। एकर विवरण फाइल विवरण पन्ना नीचे देखावल गइल बा।

This file may be updated to reflect new information. If you wish to use a specific version of the file without it being overwritten, please upload the required version as a separate file.

सारांश

बिबरणFertility rate in OECD.svg
English: Total Fertility rate in OECD
तारीख
स्रोत आपन रचना, Data from OECD Family database
https://stats.oecd.org/Index.aspx?DataSetCode=FAMILY
लेखक Yuasan
परमीशन
(एह फाइल के दुबारा इस्तेमाल)
CC-0

लाइसेंसिंग

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
from cycler import cycler
import pandas as pd
import matplotlib.ticker as ticker
import numpy as np

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

fig, ax = plt.subplots(figsize=(12, 8))
plt.rcParams['font.family'] = 'sans-serif'
plt.rcParams['font.sans-serif'] = ['Noto Sans Display']
cols = np.concatenate([plt.get_cmap("tab20")(np.linspace(0,1,20)),  plt.get_cmap("tab20c")(np.linspace(0,1,20)) ])
plt.rcParams["axes.prop_cycle"] = plt.cycler("color",cols)

plt.subplots_adjust(left=0.05, bottom=0.13, right=0.96, top=0.95)

cc = cycler('ls', ['-', '--'] )
ax.set_prop_cycle( plt.rcParams['axes.prop_cycle'] *cc)
ax.plot(df, lw=1.5 )
ax.set_axisbelow(True)
ax.axhspan(0, 2.1, color="lightblue", alpha=0.4 , zorder=-10)	
ax.xaxis.set_major_locator(ticker.MultipleLocator(2))
ax.margins(0.01)

fig.legend(df.columns, fontsize=8, ncol=10, loc='lower center' , frameon=True, facecolor="#eeeeee")
plt.title("Total fertility rate in OECD (OECD Family Database)", fontsize=16)
plt.tick_params(labelsize=9, pad=4)
plt.ylabel("Children", fontsize=11)
plt.xticks(rotation=35, fontsize=9)
plt.yticks(fontsize=11)
plt.ylim([0.8 ,3.5])

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

plt.savefig("image.svg")
Any autoconfirmed user can overwrite this file from the same source. Please ensure that overwrites comply with the guideline.

Captions

Add a one-line explanation of what this file represents
Fertility rate in OECD

Items portrayed in this file

depicts अंगरेजी

creator अंगरेजी

some value

copyright license अंगरेजी

Creative Commons CC0 License अंगरेजी

source of file अंगरेजी

original creation by uploader अंगरेजी

inception अंगरेजी

२९ दिसंबर 2022

media type अंगरेजी

image/svg+xml

data size अंगरेजी

१६०,४२० byte

checksum अंगरेजी

f40c47856c1e51c71c1dea4232bb5b9f614878d0

determination method or standard अंगरेजी: SHA-1

फाइल के इतिहास

ओ समय ई फाइल कइसन लउके ई देखे खातिर कौनों तारीख/समय पर क्लिक करीं।

तारीख/समयचिप्पी रूपडाइमेंशनप्रयोगकर्ताटिप्पणी
वर्तमान१९:३९, १७ अगस्त २०२३१९:३९, १७ अगस्त २०२३ ले के संस्करण के चिप्पी रूप।१,०८० × ७२० (१५७ KB)smartcommons>Yuasanstretch

कौनों पन्ना नइखे जवन ए फाइल के इस्तेमाल करत होखे।