=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/demo/Attic/surface1.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/surface1.dem 2000/01/09 17:01:04 1.1.1.1 +++ OpenXM_contrib/gnuplot/demo/Attic/surface1.dem 2000/01/22 14:16:09 1.1.1.2 @@ -1,5 +1,5 @@ # -# $Id: surface1.dem,v 1.1.1.1 2000/01/09 17:01:04 maekawa Exp $ +# $Id: surface1.dem,v 1.1.1.2 2000/01/22 14:16:09 maekawa Exp $ # set samples 21 set isosample 11 @@ -130,19 +130,6 @@ compl(a,b)=a*{1,0}+b*{0,1} mand(z,a,n) = n<=0 || abs(z)>100 ? 1:mand(z*z+a,a,n-1)+1 splot [-2:1][-1.5:1.5] mand({0,0},compl(x,y),30) pause -1 "Hit return to continue (21)" +reset # TANAKA Masaki (Tokyo Institute of technology) # masaki@isea.is.titech.ac.jp - -# -# Clean up: -# -set samples 100 -set isosamples 10 -set xrange [-10:10] -set yrange [-10:10] -set zrange [-10:10] -set auto -set xlabel "" 0,0 -set ylabel "" 0,0 -set zlabel "" 0,0 -set nohidden