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

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

version 1.1.1.1, 2000/01/09 17:01:04 version 1.1.1.2, 2000/01/22 14:16:10
Line 22  pause -1 "Hit return to continue"
Line 22  pause -1 "Hit return to continue"
 # plot a '3D version using spherical coordinate system' of the world.  # plot a '3D version using spherical coordinate system' of the world.
 set angles degrees  set angles degrees
 set title "3D version using spherical coordinate system"  set title "3D version using spherical coordinate system"
 set view 70,40,,2.0  set ticslevel 0
   set view 70,40,0.8,1.2  # HBB: ,,2.0
 set mapping spherical  set mapping spherical
 set parametric  set parametric
 set samples 32  set samples 32
Line 35  pause -1 "Hit return to continue"
Line 36  pause -1 "Hit return to continue"
 #  #
 # plot a '3D version using cylindrical coordinate system' of the world.  # plot a '3D version using cylindrical coordinate system' of the world.
 set title "3D version using cylindrical coordinate system"  set title "3D version using cylindrical coordinate system"
 set view 70,40,,2.0  set ticslevel 0.0
   set view 70,40,0.8,1.2  #HBB: ,,2.0
 set mapping cylindrical  set mapping cylindrical
 set parametric  set parametric
 set samples 32  set samples 32
Line 50  pause -1 "Hit return to continue"
Line 52  pause -1 "Hit return to continue"
 #  #
 # Clean up:  # Clean up:
 #  #
 set noparametric  reset
 set mapping cartesian  
 set angles radians  
 set samples 100  
 set isosamples 10  
 set view 60,30,1,1  
 set xrange [-10:10]  
 set yrange [-10:10]  
 set zrange [-10:10]  
 set auto  
 set title "" 0,0  

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

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