Here's a function plot

   require 'plot'
   plot 1 _2 1&p. i:2j200

Here's a parametric plot (in this case, my x function is linear, so
all I'm doing is adjusting the x axis labels):

   plot (;1 _2 1&p.) i:2j200

Here's a surface function plot (copied straight from the wiki):
   'type surface' plot +/~2 o. i:5j99

How do I plot a parametric surface (where I want to supply x, y and z
values for each point on the surface)?

Thanks,

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to