Artifact 3b23bef846877801049ad170bf12c9b40b6203a4aed279a5412b92703f7e5a8e:
- File
r34.1/plot/demo/hidden.demo
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 1023) [annotate] [blame] [check-ins using] [more...]
# # $Id$ # # $Log$ # set samples 20 set isosamples 20 set hidden3d set title "Hidden line removal of explicit surfaces" set xrange [-3:3] set yrange [-2:2] splot 1 / (x*x + y*y + 1) pause -1 "Hit return to continue (1)" set xrange [-1:1] set yrange [-1:1] splot x*y / (x**2 + y**2 + 0.1) pause -1 "Hit return to continue (2)" set view 70,45 set nocontour set xrange [-3:3] set yrange [-3:3] splot sin(x*x + y*y) / (x*x + y*y) pause -1 "Hit return to continue (3)" set view 60,30 set xrange [-3:3] set yrange [-3:3] splot sin(x) * cos(y) pause -1 "Hit return to continue (4)" set view 75,230 set contour replot pause -1 "Hit return to continue (5)" set view 80,30,1,1 set data style lines set autoscale splot "glass.dat" using 1 pause -1 "Hit return to continue (6)" set view 50, set grid replot pause -1 "Hit return to continue (7)" set nocontour set nogrid set nohidden3d 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