multiplot:

Synopsis: Set the current I:th plot-window in multiplot-mode.

Syntax: multiplot ( rows, columns, I )

Description:

	multiplot() allows you to make multiple plots in the I:th window. 
	After giving the command you enter multimode. 
	After making rows*columns plot-commands you automaticly leave this mode.
	
	The first plot made will appear in north-west, the second in 
	north-easst, and so on.
	
	If 'I' is not specified the default plot-window (0) is used.

See Also: postplot, printplot, latexplot, plotyy, nomultiplot

