Changeset 3467 in ntrip for trunk/BNC/ppp.gpt


Ignore:
Timestamp:
Sep 24, 2011, 8:58:21 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/ppp.gpt

    r3446 r3467  
    1818
    1919set xdata time
    20 set timefmt "%H:%M:%S"
     20set timefmt "%y-%m-%d %H:%M:%S"
    2121
    2222set format x "%H:%M"
     
    3131set y2tics 0,10,20
    3232
    33 plot "neu_tmp" u 5:19 t "dH" w l lt 3, \
    34      ""        u 5:17 t "dN" w l lt 1, \
    35      ""        u 5:18 t "dE" w l lt 2, \
    36      ""        u 5:6 t "# sat" axis x1y2 w l lt 4
     33plot "neu_tmp" u 1:19 t "dH" w l lt 3, \
     34     ""        u 1:17 t "dN" w l lt 1, \
     35     ""        u 1:18 t "dE" w l lt 2, \
     36     ""        u 1:6 t "# sat" axis x1y2 w l lt 4
    3737
    3838EOF
Note: See TracChangeset for help on using the changeset viewer.