gnuplot_scripts: Remove download of source files

This commit is contained in:
2018-10-16 10:54:35 +02:00
parent 857e1e3932
commit b6ecfd194c
2 changed files with 0 additions and 9 deletions

View File

@@ -3,10 +3,6 @@
# gnuplot script for plotting eurofxref-hist.csv as obtained from # gnuplot script for plotting eurofxref-hist.csv as obtained from
# http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html # http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html
# download and unzip data if not available - delete eurofxref* to force new download.
# remove or comment out these lines in Windows/MacOS.
! [ -f eurofxref-hist.csv ] || wget http://www.ecb.int/stats/eurofxref/eurofxref-hist.zip
! [ -f eurofxref-hist.csv ] || unzip eurofxref-hist.zip
# Start und Ende ermitteln (z.Zt. nur für Consolenausagabe) # Start und Ende ermitteln (z.Zt. nur für Consolenausagabe)
stats 'eurofxref-hist.csv' every ::1 u (strptime("%Y-%m-%d",strcol(1))) nooutput stats 'eurofxref-hist.csv' every ::1 u (strptime("%Y-%m-%d",strcol(1))) nooutput

View File

@@ -3,11 +3,6 @@
# gnuplot script for plotting eurofxref-hist.csv as obtained from # gnuplot script for plotting eurofxref-hist.csv as obtained from
# http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html # http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html
# download and unzip data if not available - delete eurofxref* to force new download.
# remove or comment out these lines in Windows/MacOS.
! [ -f eurofxref-hist.csv ] || wget http://www.ecb.int/stats/eurofxref/eurofxref-hist.zip
! [ -f eurofxref-hist.csv ] || unzip eurofxref-hist.zip
# Start und Ende ermitteln (z.Zt. nur für Consolenausagabe) # Start und Ende ermitteln (z.Zt. nur für Consolenausagabe)
stats 'eurofxref-hist.csv' every ::1 u (strptime("%Y-%m-%d",strcol(1))) nooutput stats 'eurofxref-hist.csv' every ::1 u (strptime("%Y-%m-%d",strcol(1))) nooutput