home *** CD-ROM | disk | FTP | other *** search
- # the list plot package 'listplot.sm'
- # to plot a list of data.
- # listplot([1,2,3,4,5,4,3,2,1])
- # end
-
- output=off
- listplot(y_) := if(islist(y), block(yy=y, length=length(yy),
- openfile('symbmath.out'),
- table(yy[xx],xx,1,length),
- closefile('symbmath.out'),
- system(plotdata) ))
- output=on
- end
-