Browse Source

gnuplot_scripts: Remove download of source files

develop
Jonathan Golder 6 years ago
parent
commit
b6ecfd194c
  1. 4
      gnuplot_scripts/Euro_exchange_rate_to_TRY_6000px_wide.plt
  2. 5
      gnuplot_scripts/Euro_exchange_rate_to_TRY_800px_wide.plt

4
gnuplot_scripts/Euro_exchange_rate_to_TRY_6000px_wide.plt

@ -3,10 +3,6 @@
# gnuplot script for plotting eurofxref-hist.csv as obtained from
# 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)
stats 'eurofxref-hist.csv' every ::1 u (strptime("%Y-%m-%d",strcol(1))) nooutput

5
gnuplot_scripts/Euro_exchange_rate_to_TRY_800px_wide.plt

@ -3,11 +3,6 @@
# gnuplot script for plotting eurofxref-hist.csv as obtained from
# 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)
stats 'eurofxref-hist.csv' every ::1 u (strptime("%Y-%m-%d",strcol(1))) nooutput

Loading…
Cancel
Save