File:Euro exchange rate to GBP (6000px wide).svg

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

Original file(SVG file, nominally 6,000 × 400 pixels, file size: 338 KB)

Captions

Captions

plot of the €/£ exchange rate over the past ca. 20 years, with marker for the time of the Brexit referendum

Summary[edit]

Description Euro exchange rate to GBP (6000px wide)
Date 2019=03=10
Source Own work
Author Summer ... hier!
Other versions Euro exchange rate to GBP (800px wide).svg
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

# gnuplot script for plotting eurofxref-hist.csv as obtained from
# http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html
# Before runnig this script, download and unzip to working directory:
# https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist.zip

infile='eurofxref-hist.csv'
outfile='Euro_exchange_rate_to_GBP' . '_(6000px_wide).svg'

# Start und Ende ermitteln (z.Zt. nur für Consolenausagabe)
  stats infile every ::1   u (strptime("%Y-%m-%d",strcol(1))) nooutput
  print '     -----Stats-(Timestamp)----'
  print '     Start:          ', strftime("%d. %B %Y",STATS_min)
  print '     Ende:           ', strftime("%d. %B %Y",STATS_max)
  print '     --------------------------'
# Datum des letzten Updates oben links setzen
set label 'last update: ' . strftime('%d.%m.%Y',STATS_max) at screen 0.87, screen 0.9


#input
set timefmt "%Y-%m-%d"
set datafile missing 'N/A'
set datafile separator ','

stats infile every ::1 using (column("GBP")) name "col_stat" nooutput
print 'Groesster Wert der Spalte GBP ist: ', col_stat_max
print 'Kleinster Wert der Spalte GBP ist: ', col_stat_min

#output
set key bottom right
set style data lines
set border 9                      # Rahmen unten (Bit 1) und links (+ Bit 2) 
unset grid                        # Gitterlinien verwenden
# Gitterlinienen per Hand setzen falls gewünscht 
set style line 1 linetype rgb '#494949' linewidth 0.25 # Def. Major-grid
set style line 2 linetype rgb '#A9A9A9' linewidth 0.15 # def. Minor-grid
set grid  xtics mxtics             # eventuell noxtics und nomxtics
set grid  y2tics my2tics           # eventuell noytics und nomytics
set grid  back                     # Gitter im Hintergrund
set grid  linestyle 1, linestyle 2 # Setzen des linestyle für Major u. Minor 


set xdata time
set format x '%Y'
set xrange ['1998-12-31':'2019-04-05']
set xtics '1950-01-01', 60 * 60 * 24 * 365.25 * 1
set xtics nomirror 
set mxtics 12
# set xlabel 'Date'

# Y-Achse
  unset    ylabel 
#   set     ytics  nomirror
  unset     ytics  
  unset    mytics  
    set   y2range  [ 0 :  ]
# unset    format  y
    set   y2label  'GBP'
    set    y2tics  nomirror
    set    y2tics  0.2
    set   my2tics  5
    set   y2range  [ 0.4 :  ]
    set    format  y2 "%.2f"

# Zebramuster 
set style rect fillcolor lt -1 fillstyle solid 0.03 noborder 
do for [i=1950:2050:1] {
  rec_q1_begin =sprintf("%1.4d-04-01",i)
  rec_q2_begin =sprintf("%1.4d-07-01",i)
  rec_q3_begin =sprintf("%1.4d-10-01",i)
  rec_end      =sprintf("%1.4d-01-01",i + 1)
  set object rectangle from rec_q1_begin,graph 0 to rec_end, graph 1
  set object rectangle from rec_q2_begin,graph 0 to rec_end, graph 1
  set object rectangle from rec_q3_begin,graph 0 to rec_end, graph 1
}

set term svg size 6000,400 font "Arial,16"

set outp outfile
set style line 1 lt rgb 'blue' lw 1

#available currencies:
#first one is $2, second $3 and so on
#USD,JPY,BGN,CYP,CZK,DKK,EEK,GBP,HUF,LTL,LVL,MTL,PLN,ROL,RON,SEK,SIT,SKK,CHF,ISK,NOK,HRK,RUB,TRL,TRY,AUD,BRL,CAD,CNY,HKD,IDR,ILS,INR,KRW,MXN,MYR,NZD,PHP,SGD,THB,ZAR

set arrow from "2016-06-23", graph 0 to "2016-06-23", graph 1 nohead lc rgb "#F00" back
set label "Brexit Ref." at "2016-06-23", graph 0.3 rotate by +60 center front

plot \
  infile  usi 1:(column("GBP"))  axis x1y2 tit '1 EUR in GBP'  lt rgb 'blue' lw 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.

Example of article inclusion[edit]

File history

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

(newest | oldest) View (newer 10 | ) (10 | 20 | 50 | 100 | 250 | 500)
Date/TimeThumbnailDimensionsUserComment
current08:18, 7 April 2023Thumbnail for version as of 08:18, 7 April 20236,000 × 400 (338 KB)TRY-Lira (talk | contribs)update
06:37, 18 December 2022Thumbnail for version as of 06:37, 18 December 20226,000 × 400 (335 KB)TRY-Lira (talk | contribs)update
23:26, 5 October 2022Thumbnail for version as of 23:26, 5 October 20226,000 × 400 (332 KB)TRY-Lira (talk | contribs)update
09:58, 30 July 2022Thumbnail for version as of 09:58, 30 July 20226,000 × 400 (330 KB)TRY-Lira (talk | contribs)update
10:55, 5 July 2022Thumbnail for version as of 10:55, 5 July 20226,000 × 400 (329 KB)TRY-Lira (talk | contribs)update
11:32, 11 June 2022Thumbnail for version as of 11:32, 11 June 20226,000 × 400 (328 KB)TRY-Lira (talk | contribs)update
12:54, 28 May 2022Thumbnail for version as of 12:54, 28 May 20226,000 × 400 (328 KB)TRY-Lira (talk | contribs)update
22:00, 2 March 2022Thumbnail for version as of 22:00, 2 March 20226,000 × 400 (325 KB)TRY-Lira (talk | contribs)update
18:27, 10 February 2022Thumbnail for version as of 18:27, 10 February 20226,000 × 400 (324 KB)TRY-Lira (talk | contribs)update
10:11, 21 January 2022Thumbnail for version as of 10:11, 21 January 20226,000 × 400 (324 KB)TRY-Lira (talk | contribs)update
(newest | oldest) View (newer 10 | ) (10 | 20 | 50 | 100 | 250 | 500)

The following page uses this file:

File usage on other wikis

The following other wikis use this file:

Metadata