File:GDP growth rate in Japan.svg

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書

原始檔案(SVG 檔案,表面大小:1,080 × 450 像素,檔案大小:140 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.

摘要

描述
English: GDP volume growth rate in Japan
Українська: Темпи зростання реального ВВП Японії
日期
來源 自己的作品, Data from OECD Quarterly National Accounts
https://stats.oecd.org/Index.aspx?QueryName=350
作者 Yuasan
授權許可
(重用此檔案)
CC-0

授權條款

我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
Creative Commons CC-Zero 此檔案在創用CC CC0 1.0 通用公有領域貢獻宣告之下分發。
在此宣告之下分發本作品者,已依據各國著作權法,在全世界放棄其對本作品所擁有的著作權及所有相關相似的法律權利,從而將本作品貢獻至公有領域。您可以複製、修改、分發和演示該作品,用於任何商業用途,所有這些都不需要請求授權。

graph data

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

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

plt.subplots_adjust(left=0.05, bottom=0.08, right=0.96, top=0.91)

ax.set_prop_cycle( plt.rcParams['axes.prop_cycle'] ) 
ax.plot(df)
ax.fill_between( df.index ,0, df["Japan"].values,  color="lightblue", alpha=0.5)
ax.set_axisbelow(True)
ax.legend(df.columns, fontsize=12, ncol=8, loc='upper right', frameon=True, facecolor="#dddddd")

plt.title("Growth rates of Real GDP in Japan (OECD National Accounts)", fontsize=16)
plt.tick_params(labelsize=9, pad=4)
plt.ylabel("Annual growth rate (%)", fontsize=12)
plt.xticks(df.index, rotation=60, fontsize=7)
plt.yticks(fontsize=11)
plt.ylim([-5,12])
plt.margins(0.02)

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

plt.savefig("image.svg")

說明

添加單行說明來描述出檔案所代表的內容
GDP growth rate in Japan

在此檔案描寫的項目

描繪內容

image/svg+xml

檔案來源 Chinese (Taiwan) (已轉換拼寫)

459dfcc23b3847dcb5a60afcbce05b3753cd9692

斷定方法:​SHA-1 中文 (已轉換拼寫)

144,886 位元組

450 像素

1,080 像素

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2023年11月29日 (三) 08:51於 2023年11月29日 (三) 08:51 版本的縮圖1,080 × 450(140 KB)Yuasan2023
2022年12月24日 (六) 05:20於 2022年12月24日 (六) 05:20 版本的縮圖1,080 × 450(141 KB)Yuasanstretch
2022年11月26日 (六) 12:13於 2022年11月26日 (六) 12:13 版本的縮圖1,080 × 720(145 KB)Yuasang7
2022年11月23日 (三) 11:41於 2022年11月23日 (三) 11:41 版本的縮圖1,080 × 720(144 KB)YuasanUploaded own work with UploadWizard

下列2個頁面有用到此檔案:

全域檔案使用狀況

詮釋資料