=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/demo/Attic/param.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/param.dem 2000/01/09 17:01:01 1.1.1.1 +++ OpenXM_contrib/gnuplot/demo/Attic/param.dem 2000/01/22 14:16:07 1.1.1.2 @@ -1,5 +1,5 @@ # -# $Id: param.dem,v 1.1.1.1 2000/01/09 17:01:01 maekawa Exp $ +# $Id: param.dem,v 1.1.1.2 2000/01/22 14:16:07 maekawa Exp $ # # Show some of the new parametric capabilities. # @@ -8,6 +8,8 @@ set dummy t set autoscale set samples 160 set title "" +set key box +set key below plot t,sin(t)/t title "t,sin(t)/t or sin(x)/x" pause -1 "Hit return to continue"