jit.plot (x,y) plotting of a two-plane matrix

Use jit.plot to render a cartesian plot of a two-plane matrix.

Matrix Operator: in[1] out[1]
Name IOProc Planelink Typelink Dimlink Plane Dim Type
in n/a n/a n/a n/a n/a n/a n/a
out n/a no no no all 1-2 char

Attributes:
Name Type Description
height int The height of the output matrix (default=240)
width int The height of the output matrix (default=240)
xmax float The floating point value to map to the right of the graph (default=1.0)
xmin float The floating point value to map to the left of the graph (default=-1.0)
ymax float The floating point value to map to the top of the graph (default=1.0)
ymin float The floating point value to map to the left of the graph (default=-1.0)
frgb int Four chars represent the alpha, red, green and blue values of the color to render
brgb int Three chars represent the red, green and blue values of the background color to render
clearit int If non-zero the cells of the matrix will be cleared to the brgb color before rendering.

Example:

See Also:
jit.buffer~, jit.graph, jit.peek~, jit.poke~, jit.release~, peek~, poke~