=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/demo/Attic/mgr.dem,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/demo/Attic/mgr.dem 2000/01/09 17:01:01 1.1.1.1 +++ OpenXM_contrib/gnuplot/demo/Attic/mgr.dem 2000/01/22 14:16:06 1.1.1.2 @@ -1,10 +1,11 @@ # -# $Id: mgr.dem,v 1.1.1.1 2000/01/09 17:01:01 maekawa Exp $ +# $Id: mgr.dem,v 1.1.1.2 2000/01/22 14:16:06 maekawa Exp $ # pause 0 "Watch some cubic splines" set samples 50 set xlabel "Angle (deg)" set ylabel "Amplitude" +set key box set title "Brag-Reflex -- Peak only" plot "big_peak.dat" title "Rate" with errorbars, \ "" smooth csplines t "Rate" @@ -71,9 +72,5 @@ pause -1 "X-Bars only " plot [0:50] "battery.dat" u 1:2:3 t "Power" w xerr, n(x) t "Theory" w lines pause -1 "Y-Bars only " plot [0:50] "battery.dat" u 1:2:4 t "Power" w yerr, n(x) t "Theory" w lines -set bars large - -set xlabel "" -set ylabel "" -set title "" +reset