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

Matrix Operator
matrix inputs:1, matrix outputs:1
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
---|---|---|---|---|---|---|---|
out | n/a | 1 | 1 | 1 | 4 | 2 | char |
More about Matrix Operators
The Jitter MOP
MOP Arguments
MOP Attributes
MOP Messages
Attributes
brgb [3 ints]
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.
frgb [4 ints]
Four chars represent the alpha, red, green and blue values of the color to render
height [int]
The height of the output matrix (default=240)
width [int]
The width 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)
Common Box Attributes
See Also
Name | Description |
---|---|
jit.buffer~ | |
jit.graph | |
jit.peek~ | |
jit.poke~ | |
jit.release~ | |
peek~ | |
poke~ |