File:US Trade Balance from 1960.svg

原始文件(SVG文件,尺寸为894 × 552像素,文件大小:126 KB)


摘要

描述
English: United States Balance of Trade, from 1960. Data source: U.S. Census Bureau, Economic Indicator Division: https://www.census.gov/foreign-trade/statistics/historical/gands.pdf or BEA: https://www.bea.gov/data/intl-trade-investment/international-trade-goods-and-services
日期
来源 自己的作品
作者 Cherkash
其他版本
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用Matplotlib创作。
源代码
InfoField

Python code

Source code
#!/usr/bin/env python

from pylab import *
rc('xtick.major', pad=8)

#from either of these:
#https://www.census.gov/foreign-trade/statistics/historical/gands.pdf
#https://www.bea.gov/data/intl-trade-investment/international-trade-goods-and-services
d = (3.508,  4.194,  3.371,  4.210,  6.022,  4.664,  2.939,  2.604,  0.250,  0.090,  2.255,  -1.301,  -5.443,  1.900,  -4.293,  12.403,  -6.082,  -27.247,  -29.763,  -24.566,  -19.407,  -16.172,  -24.156,  -57.767,  -109.074,  -121.879,  -138.539,  -151.683,  -114.566,  -93.142,  -80.865,  -31.136,  -39.212,  -70.311,  -98.493,  -96.384,  -104.065,  -108.273,  -166.140,  -255.809,  -369.686,  -360.373,  -420.666,  -496.243,  -610.838,  -716.542,  -763.533,  -710.997,  -712.350,  -394.771,  -503.087,  -554.522,  -525.906,  -446.861,  -483.952,  -491.421,  -481.475,  -512.739,  -580.950, -576.341, -676.684)

start, end = 1960, 2020
y = range(start, end+1)

f = figure(figsize=(7.5, 4.5))
ax = f.add_axes((.13, .18, .8, .75))
plot(y, d, 'r-', lw = 1.5)
plot(y, d, 'bo', ms = 5, mec = 'b')
grid(ls='-', alpha=.4)

xlabel('Year')
ylabel('Billions USD')
title('U.S. Trade Balance')

text(2020, -990, 'Data source: U.S. Census Bureau, Economic Indicator Division', va = 'bottom', ha = 'right' , size = 10)

axis((1960, 2020, -800, 100))
savefig("US Trade Balance from 1960.svg")

show()

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享 4.0 国际许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。


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.

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描绘内容

文件来源 简体中文(已转写)

上传者的原创作品 简体中文(已转写)

image/svg+xml

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2024年2月27日 (二) 23:352024年2月27日 (二) 23:35版本的缩略图894 × 552(126 KB)Morpheus7377Remade the chart in Google Docs, as well as updating the chart with data from 2023.
2021年9月23日 (四) 22:112021年9月23日 (四) 22:11版本的缩略图675 × 405(48 KB)Cherkashupdated with 2020; previous data is updated as well (per the latest data in the source)
2020年7月12日 (日) 21:002020年7月12日 (日) 21:00版本的缩略图675 × 405(47 KB)Cherkashupdated with 2019; previous data is updated as well (per the latest data in the source)
2020年1月6日 (一) 02:162020年1月6日 (一) 02:16版本的缩略图675 × 405(47 KB)Cherkashadded 2018 data; corrected previous years (per the source: the data points keep changing even years later)
2018年12月27日 (四) 00:502018年12月27日 (四) 00:50版本的缩略图675 × 405(47 KB)Cherkashremoved UTF-8 byte-order-mark
2018年12月27日 (四) 00:412018年12月27日 (四) 00:41版本的缩略图675 × 405(47 KB)Cherkashcorrected a small SVG error
2018年12月27日 (四) 00:312018年12月27日 (四) 00:31版本的缩略图675 × 405(47 KB)CherkashUser created page with UploadWizard

以下2个页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据