[BACK]Return to mgr.dem CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / demo

Diff for /OpenXM_contrib/gnuplot/demo/Attic/mgr.dem between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/01/09 17:01:01 version 1.1.1.2, 2000/01/22 14:16:06
Line 5  pause 0 "Watch some  cubic splines"
Line 5  pause 0 "Watch some  cubic splines"
 set samples 50  set samples 50
 set xlabel "Angle (deg)"  set xlabel "Angle (deg)"
 set ylabel "Amplitude"  set ylabel "Amplitude"
   set key box
 set title "Brag-Reflex -- Peak only"  set title "Brag-Reflex -- Peak only"
 plot "big_peak.dat" title "Rate" with errorbars, \  plot "big_peak.dat" title "Rate" with errorbars, \
                  "" smooth csplines t "Rate"                   "" smooth csplines t "Rate"
Line 71  pause -1 "X-Bars only <CR>"
Line 72  pause -1 "X-Bars only <CR>"
 plot [0:50] "battery.dat" u 1:2:3 t "Power" w xerr, n(x) t "Theory" w lines  plot [0:50] "battery.dat" u 1:2:3 t "Power" w xerr, n(x) t "Theory" w lines
 pause -1 "Y-Bars only <CR>"  pause -1 "Y-Bars only <CR>"
 plot [0:50] "battery.dat" u 1:2:4 t "Power" w yerr, n(x) t "Theory" w lines  plot [0:50] "battery.dat" u 1:2:4 t "Power" w yerr, n(x) t "Theory" w lines
 set bars large  reset
   
 set xlabel ""  
 set ylabel ""  
 set title ""  
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>