File:GDP growth rate in Japan.svg

来自Wikimedia Commons
跳转到导航 跳转到搜索

原始文件(SVG文件,尺寸为1,080 × 450像素,文件大小:140 KB)

说明

说明

添加一行文字以描述该文件所表现的内容
GDP growth rate 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.

摘要

[编辑]
描述
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 本作品采用知识共享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")

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2023年11月29日 (三) 08:512023年11月29日 (三) 08:51版本的缩略图1,080 × 450(140 KB)Yuasan留言 | 贡献2023
2022年12月24日 (六) 05:202022年12月24日 (六) 05:20版本的缩略图1,080 × 450(141 KB)Yuasan留言 | 贡献stretch
2022年11月26日 (六) 12:132022年11月26日 (六) 12:13版本的缩略图1,080 × 720(145 KB)Yuasan留言 | 贡献g7
2022年11月23日 (三) 11:412022年11月23日 (三) 11:41版本的缩略图1,080 × 720(144 KB)Yuasan留言 | 贡献Uploaded own work with UploadWizard

没有页面使用本文件。

全域文件用途

元数据