=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/demo/Attic/scatter.dem,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.1 -r1.1.1.3 --- OpenXM_contrib/gnuplot/demo/Attic/scatter.dem 2000/01/09 17:01:03 1.1.1.1 +++ OpenXM_contrib/gnuplot/demo/Attic/scatter.dem 2003/09/15 07:09:29 1.1.1.3 @@ -1,8 +1,8 @@ # -# Simple demo to scatter data conversion to grid data. +# Simple demo of scatter data conversion to grid data. # -set title "Simple demo to scatter data conversion to grid data" +set title "Simple demo of scatter data conversion to grid data" set nohidden3d set ticslevel 0.5 set view 60,30 @@ -10,6 +10,7 @@ set autoscale set parametric set data style points set xlabel "data style point - no dgrid" +set key box splot "hemisphr.dat" pause -1 "Hit return to continue (1)" @@ -42,6 +43,7 @@ set xlabel "data style points, nodgrid3d" splot "scatter2.dat" pause -1 "Hit return to continue (6)" +set key nobox set dgrid3d ,,1 set xlabel "data style lines, dgrid3d ,,1" set data style lines @@ -53,9 +55,4 @@ set xlabel "data style lines, dgrid3d ,,4" set data style lines splot "scatter2.dat" pause -1 "Hit return to continue (8)" - -set noparametric -set nodgrid3d -set nocontour -set title "" -set xlabel "" +reset