Scilab Function

subplot - divide a graphics window into a matrix of sub-windows

Calling Sequence

subplot(m,n,p)
subplot(mnp)

Parameters

Description

subplot(m,n,p) or subplot(mnp) breaks the graphics window into an m-by-n matrix of sub-windows and selects the p-th sub-window for drawing the current plot. The number of a sub-window into the matrices is counted row by row ie the sub-window corresponding to element (i,j) of the matrix has number (i-1)*m + j.

Examples

See Also