ファイル:Euro exchange rate to USD, JPY, and GBP.png

ページのコンテンツが他言語でサポートされていません。

元のファイル(1,000 × 600 ピクセル、ファイルサイズ: 23キロバイト、MIME タイプ: image/png)

概要

解説
English: Exchange rate evolution of the euro compared to USD, JPY and GBP. Exchange rate on 1.January 1999 is put to 100%.

Green: in Jan-1999: €1 = $1.18
Red: in Jan-1999: €1 = ¥133

Blue: in Jan-1999: €1 = £0.71
原典
 
この PNG ラスター画像Gnuplotで作成されました。
投稿者自身による著作物
Data from http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html
作者 donarreiskoffer (トーク · 投稿記録),hankwang (トーク · 投稿記録), Gorgo (トーク · 投稿記録)
その他のバージョン


ライセンス

この作品の著作権者である私は、この作品を以下のライセンスで提供します。
GNU head この文書は、フリーソフトウェア財団発行のGNUフリー文書利用許諾書 (GNU Free Documentation License) 1.2またはそれ以降のバージョンの規約に基づき、複製や再配布、改変が許可されます。不可変更部分、表紙、背表紙はありません。このライセンスの複製は、GNUフリー文書利用許諾書という章に含まれています。
w:ja:クリエイティブ・コモンズ
表示 継承
このファイルはクリエイティブ・コモンズ 表示-継承 3.0 非移植ライセンスのもとに利用を許諾されています。
あなたは以下の条件に従う場合に限り、自由に
  • 共有 – 本作品を複製、頒布、展示、実演できます。
  • 再構成 – 二次的著作物を作成できます。
あなたの従うべき条件は以下の通りです。
  • 表示 – あなたは適切なクレジットを表示し、ライセンスへのリンクを提供し、変更があったらその旨を示さなければなりません。これらは合理的であればどのような方法で行っても構いませんが、許諾者があなたやあなたの利用行為を支持していると示唆するような方法は除きます。
  • 継承 – もしあなたがこの作品をリミックスしたり、改変したり、加工した場合には、あなたはあなたの貢献部分を元の作品とこれと同一または互換性があるライセンスの下に頒布しなければなりません。
このライセンスのテンプレートは、GFDLのライセンス・アップデートによりこのファイルに追加されたものです。


Gnuplot script to generate this plot

When run in Linux (and similar OS'es), this script will automatically download the data and generate an updated plot image. With some adaptations and a bit more manual work, it would work in the Windows version of Gnuplot.

#!/usr/bin/gnuplot
# gnuplot 4.6 
# gnuplot script for plotting eurofxref-hist.csv as obtained from
# http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html
 
# download and unzip data if not available - delete eurofxref* to force new download.
# remove or comment out these lines in Windows/MacOS.
! [ -f eurofxref-hist.csv ] || wget http://www.ecb.int/stats/eurofxref/eurofxref-hist.zip
! [ -f eurofxref-hist.csv ] || unzip eurofxref-hist.zip
 
#input
set timefmt "%Y-%m-%d"
set datafile missing "N/A"
set datafile separator ','
 
#output
set key top left
set style data lines
set grid
 
set xdata time
set xlabel 'Date'
set xrange ['1999-01-04':*]
set mxtics 4
set format x '%Y'
 
set ylabel 'Indexed exchange rates'
set format y '%g%%'
 
set term png small size 1000,600 font "Arial,10"
 
set outp 'Euro exchange rate to USD, JPY, and GBP.png'
set style line 1 lt rgb 'green' lw 1
set style line 2 lt rgb 'red' lw 1
set style line 3 lt rgb 'blue' lw 1
 
plot \
    'eurofxref-hist.csv' \
    usi 1:($2/0.011789) title '100%=1.18 USD' ls 1, \
    '' usi 1:($3/1.3373) title '100%=134 JPY' ls 2, \
    '' usi 1:($9/0.00711) title '100%=0.71 GBP' ls 3

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

(最新 | 最古) (以後の10件 | ) (10 | 20 | 50 | 100 | 250 | 500 件) を表示
日付と時刻サムネイル寸法利用者コメント
現在の版2020年12月23日 (水) 18:232020年12月23日 (水) 18:23時点における版のサムネイル1,000 × 600 (23キロバイト)Gorgoupdated
2018年8月17日 (金) 20:492018年8月17日 (金) 20:49時点における版のサムネイル1,000 × 600 (22キロバイト)TheLotCarmenupdated
2018年8月12日 (日) 17:452018年8月12日 (日) 17:45時点における版のサムネイル1,000 × 600 (23キロバイト)Summer ... hier!updated with the nice code above
2017年5月17日 (水) 18:582017年5月17日 (水) 18:58時点における版のサムネイル1,000 × 600 (22キロバイト)Gorgoupdated
2016年12月12日 (月) 23:402016年12月12日 (月) 23:40時点における版のサムネイル1,000 × 600 (21キロバイト)Gorgoupdated
2016年5月12日 (木) 19:262016年5月12日 (木) 19:26時点における版のサムネイル1,000 × 600 (21キロバイト)Gorgoupdated
2015年8月9日 (日) 13:262015年8月9日 (日) 13:26時点における版のサムネイル1,000 × 600 (22キロバイト)Gorgoupdated
2015年2月22日 (日) 11:332015年2月22日 (日) 11:33時点における版のサムネイル1,000 × 600 (22キロバイト)Gorgoupdated
2014年8月15日 (金) 14:382014年8月15日 (金) 14:38時点における版のサムネイル800 × 600 (18キロバイト)Gorgoupdated
2013年10月5日 (土) 16:242013年10月5日 (土) 16:24時点における版のサムネイル800 × 600 (18キロバイト)Gorgoupdated
(最新 | 最古) (以後の10件 | ) (10 | 20 | 50 | 100 | 250 | 500 件) を表示

以下のページがこのファイルを使用しています:

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています:

  • co.wikipedia.org での使用状況
  • cs.wikipedia.org での使用状況
  • da.wikipedia.org での使用状況
  • en.wikipedia.org での使用状況
  • fr.wikipedia.org での使用状況
  • kw.wikipedia.org での使用状況
  • li.wikipedia.org での使用状況
  • nl.wikipedia.org での使用状況

メタデータ