File:ExchangeRate USD JPY 2003-2012.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 800 × 400 pixels. Other resolutions: 320 × 160 pixels | 640 × 320 pixels | 1,024 × 512 pixels | 1,280 × 640 pixels | 2,560 × 1,280 pixels.
Original file (SVG file, nominally 800 × 400 pixels, file size: 60 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionExchangeRate USD JPY 2003-2012.svg |
English: Exchange rate US Dollar - Japanese yen
Deutsch: Wechselkurs US Dollar - Japanischer Yen |
Date | |
Source | created using gnuplot, data from Onvista (as of 2013-01-03) |
Author | Tdc |
gnuplot script to generate this plot
[edit]#!/usr/bin/gnuplot
set timefmt "%d.%m.%Y"
set datafile missing 'N/A'
set datafile separator ' '
set key top left
set style data lines
set grid
set xdata time
set format x '%Y'
set xrange ['1.1.2003':'31.12.2012']
set xtics 31536000
set mxtics 12
set ylabel 'JPY'
set format y '%.2f'
set term svg size 800,400 font "Arial,10"
set outp 'ExchangeRate_USD_JPY_2003-2012.svg'
set style line 1 lt rgb 'blue' lw 1
plot 'ExchangeRate_USD_JPY_2003-2012.csv' using 1:2 title '1 USD in JPY' ls 1
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following licenses:
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported, 2.5 Generic, 2.0 Generic and 1.0 Generic license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 19:55, 7 January 2013 | 800 × 400 (60 KB) | Tdc (talk | contribs) | {{Information |Description={{en|1=Exchange rate US Dollar - Japanese yen}} {{de|1=Wechselkurs US Dollar - Japanischer Yen}} |Source=created using gnuplot, data from [http://www.onvista.de/devisen/kursliste.html?ID_CURRENCY_FROM=USD&ID_CURRENCY_TO=JPY&R... |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on de.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Short title | gnuplot |
---|---|
Image title | Produced by GNUPLOT 4.4 patchlevel 4 (Gentoo revision r1) |
Width | 800 |
Height | 400 |