According to the 'Data' page, you supply the data as

x;y;z

where z is a table and x and y have the same shape as z. (x and y could also be lists).

Henry Rich


On 6/5/2013 5:31 PM, Raul Miller wrote:
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,

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

Reply via email to