File:DEM to ATS.svg

Summary

Description
English: exchange rate DEM in ATS (monthly averages)
Date
Source Own work based on: data from Bundesbank
Author Gorgo
SVG development
InfoField
 The SVG code is valid.
 This plot was created with gnuplot.
Category:Valid SVG created with Gnuplot#DEM%20to%20ATS.svg
 Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor.

Gnuplot script to generate this plot

#download csv from http://www.bundesbank.de/statistik/statistik_zeitreihen.php?lang=de&open=devisen&func=list&tr=www_s332_b01011_2

#replace decimal separator , with . and remove comments
! perl -ne "s/,/./g; /^[0-9]/ || next; print; " bbk_paket1.csv > bbk_paket2.csv



#input
set timefmt "%Y-%m"
set datafile missing '.'
set datafile separator ';'


#output
set key top left
set style data lines
set grid

set xdata time
#set xlabel 'Date'
set xtics 157680000
set mxtics 5
set format x '%Y'

set ylabel 'ATS'
set format y '%.2f'

## gnuplot for SVG - gnuplot 4.2 / Ubuntu 8.10 
set term svg size 800,600 font "Arial,10"

set outp 'DEM to ATS.svg'
set style line 1 lt rgb 'blue' lw 1

#available currencies:
#$2    * WU5017: Devisenkurse der Frankfurter Börse / 1 IEP = ... DM / Irland
#$4    * WU5016: Devisenkurse der Frankfurter Börse / 100 CHF = ... DM / Schweiz
#$6    * WU5015: Devisenkurse der Frankfurter Börse / 100 ATS = ... DM / Österreich
#$8    * WU5014: Devisenkurse der Frankfurter Börse / 100 JPY = ... DM / Japan
#$10    * WU5013: Devisenkurse der Frankfurter Börse / 100 SEK = ... DM / Schweden
#$12    * WU5012: Devisenkurse der Frankfurter Börse / 100 FRF = ... DM / ab 1960 / Frankreich
#$14    * WU5011: Devisenkurse der Frankfurter Börse / 100 ffrs = ... DM / bis Ende 1959 / Frankreich
#$16    * WU5010: Devisenkurse der Frankfurter Börse / 100 NOK = ... DM / Norwegen
#$18    * WU5009: Devisenkurse der Frankfurter Börse / 1 USD = ... DM / Vereinigte Staaten
#$20    * WU5008: Devisenkurse der Frankfurter Börse / 1 CAD = ... DM / Kanada
#$22    * WU5006: Devisenkurse der Frankfurter Börse / 100 ESP = ... DM / Spanien
#$24    * WU5007: Devisenkurse der Frankfurter Börse / 1000 ITL = ... DM / Italien
#$26    * WU5005: Devisenkurse der Frankfurter Börse / 1 GBP = ... DM / Vereinigtes Königreich
#$28    * WU5004: Devisenkurse der Frankfurter Börse / 100 PTE = ... DM / Portugal
#$30    * WU5003: Devisenkurse der Frankfurter Börse / 100 DKK = ... DM / Dänemark
#$32    * WU5002: Devisenkurse der Frankfurter Börse / 100 FIM = ... DM / Finnland
#$34    * WU5001: Devisenkurse der Frankfurter Börse / 100 BEF = ... DM / Belgien
#$36    * WU5000: Devisenkurse der Frankfurter Börse / 100 NLG = ... DM / Niederlande

plot 'bbk_paket2.csv' usi 1:(1/($6/100)) title '1 DEM in ATS' ls 1

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported 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.
Category:CC-BY-SA-3.0#DEM%20to%20ATS.svg
GNU head 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.
Category:License migration redundant#DEM%20to%20ATS.svgCategory:GFDL#DEM%20to%20ATS.svg
You may select the license of your choice.
Category:Self-published work
Category:Austrian schilling Category:Deutsche Mark exchange rate charts
Category:Austrian schilling Category:CC-BY-SA-3.0 Category:Deutsche Mark exchange rate charts Category:GFDL Category:License migration redundant Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Gnuplot