A newer version of Max is available. Click here to access the latest version of this document.

jit.plot

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

Description

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

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

Information for Jitter Matrix Operator (MOP) messages and attributes to this object

Attributes

Name Type g/s Description
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.
frgb int 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 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)

Information for box attributes common to all objects

Examples

See Also

Name Description
jit.buffer~ A matrix-friendly MSP buffer~
jit.graph Floating-point data visualization
jit.peek~ Read matrix data as an audio signal
jit.poke~ Write an audio signal into a matrix
jit.release~ Transforms matrix data into signals
peek~ Read and write sample values
poke~ Write sample values to a buffer by index