File:ExchangeRate EUR USD 1999-2017.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 800 × 400 pixels, file size: 103 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Deutsch: Wechselkurs Euro — US Dollar von 1999 bis August 2017. Benutzt wurden die Daten der Bundesbank.
English: Exchange rate Euro — US Dollar
Date
Source Own work
Author DaB.
SVG development
InfoField
W3C grn 
The SVG code is valid.
Gnuplot val 
This exchange rate was created with Gnuplot.
OOjs UI icon language-constructive 
This file uses translateable embedded text.
Source code
InfoField

Gnuplot code

#!/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 timefmt "%Y-%m-%d"
#set xrange ['1999-01-04':'2000-01-04']
set xtics 31536000
set mxtics 12
set ylabel 'USD'
set format y '%.2f'
set term svg size 800,400 font "Arial,10"
set outp 'ExchangeRate_EUR_USD_1999-2017.svg'
set style line 1 lt rgb 'blue' lw 1

plot 'data.csv' using 1:2 title '1 EUR in USD' ls 1

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:39, 6 August 2017Thumbnail for version as of 15:39, 6 August 2017800 × 400 (103 KB)DaB. (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata