# ============================================================================ # # Name : R2_PLOT_EOP.gnp # # Purpose : Gnuplot script for REPRO-02 EOP series # # Author : S. Lutz # Created : 17-Mar-2016 # # Changes : 17-Mar-2016/sl: Adapted from repro_03_plot_as_eop.gnp # # ============================================================================ reset; d="OP"; set timefmt "%s"; set xdata time; set format x "%d%b%y"; set xtics 61*24*60*60; set mxtics 2; p d."/F3N.IEP" u ($1-51544)*86400:0; set term gif enhanced linewidth 2 giant font 'Courier' size 1200,600; set output d."/PLOT_EOP.gif"; set xrange [GPVAL_DATA_X_MIN:GPVAL_DATA_X_MAX]; set pointsize 0.7; set key horizontal; set tics out; set lmargin 9; set grid front; load 'PLOT_EOP.gnp';