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

Diff for /OpenXM_contrib/gnuplot/demo/Attic/spline.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 7 
Line 7 
 #  #
 set xrang [0:1]  set xrang [0:1]
 set grid  set grid
   set key box
   
 set yrange[-0.2:1.4]  set yrange[-0.2:1.4]
 m0(x) = 1  m0(x) = 1
Line 90  set title "The cubic Hermite basis functions in use"
Line 91  set title "The cubic Hermite basis functions in use"
 plot cub_hermit_x1(t), cub_hermit_y1(t) with lines 2,\  plot cub_hermit_x1(t), cub_hermit_y1(t) with lines 2,\
      cub_hermit_x2(t), cub_hermit_y2(t) with lines 3       cub_hermit_x2(t), cub_hermit_y2(t) with lines 3
 pause -1 "Press return to continue"  pause -1 "Press return to continue"
   reset
 set noparametric  
 set noarrow  
 set auto  
 set nogrid  
 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>