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

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

version 1.1.1.1, 2000/01/09 17:01:03 version 1.1.1.2, 2000/01/22 14:16:08
Line 10  set autoscale
Line 10  set autoscale
 set parametric  set parametric
 set data style points  set data style points
 set xlabel "data style point - no dgrid"  set xlabel "data style point - no dgrid"
   set key box
 splot "hemisphr.dat"  splot "hemisphr.dat"
 pause -1 "Hit return to continue (1)"  pause -1 "Hit return to continue (1)"
   
Line 42  set xlabel "data style points, nodgrid3d"
Line 43  set xlabel "data style points, nodgrid3d"
 splot "scatter2.dat"  splot "scatter2.dat"
 pause -1 "Hit return to continue (6)"  pause -1 "Hit return to continue (6)"
   
   set key nobox
 set dgrid3d ,,1  set dgrid3d ,,1
 set xlabel "data style lines, dgrid3d ,,1"  set xlabel "data style lines, dgrid3d ,,1"
 set data style lines  set data style lines
Line 53  set xlabel "data style lines, dgrid3d ,,4"
Line 55  set xlabel "data style lines, dgrid3d ,,4"
 set data style lines  set data style lines
 splot "scatter2.dat"  splot "scatter2.dat"
 pause -1 "Hit return to continue (8)"  pause -1 "Hit return to continue (8)"
   reset
   
 set noparametric  
 set nodgrid3d  
 set nocontour  
 set title ""  
 set xlabel ""  

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

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