File:ExchangeRate USD EUR 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 US Dollar – Euro von 1999 bis August 2017. Benutzt wurden die Daten der Bundesbank, wobei die Euro → US-Dollar-Kurse invertiert wurden.
English: Exchange rate US Dollar – Euro
Date
Source Own work
Author DaB.
Lissajous small 
This W3C-unspecified plot was created with Gnuplot.

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 timefmt "%Y-%m-%d"
set xtics 31536000
set mxtics 12
set ylabel 'EUR'
set format y '%.2f'
set term svg size 800,400 font "Arial,10"
set outp 'ExchangeRate_USD_EUR_1999-2017.svg'
set style line 1 lt rgb 'blue' lw 1

plot 'data.csv' using 1:3 title '1 USD in EUR' 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:32, 6 August 2017Thumbnail for version as of 15:32, 6 August 2017800 × 400 (103 KB)DaB. (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

Metadata