Win_multiplot()

Controls and creates multi_plot windows for plotting

WIN_MULTIPLOT dxmin=Real dxmax=Real dymin=Real dymax=Real object=Gobject [minmode=Integer] [maxmode=Integer] [colour=Colour] Creates a multiplot window.

example:

	# Creating and displaying a multiplot
	# window
	>> win_multiplot 0.1 0.9 0.1 0.9

Note: d means the device co-ordinate.

Win_MultiPlot

Creates and displays a window which enables multiplots to be drawn. This window can not be created without a completed multi_plot object from which to scale the axes.

Parameters:

Dxmin (Real)

Sets the minimum x device co-ordinate.

Dxmax (Real)

Sets the maximum x device co-ordinate.

Dymin (Real)

Sets the minimum y device co-ordinate.

Dymax (Real)

Sets the maximum y device co-ordinate.

Object (Gobject)

An already created multi_plot object with spectra added so that this window can scale from it.

Minmode (Integer)

Specify how the axes are scaled by setting the minimum mode where, 0=absolubte values, 1 or 3 = +10%, 2 or 3 = round down, and 4 = force zero.

Maxmode (Integer)

Specify how the axes are scaled by setting the maximum mode where, 0=absolubte values, 1 or 3 = +10%, 2 or 3 = round down, and 4 = force zero.

Colour (Colour)

Sets the colour of the window. By default the colour of the window is black.

RESULT = (MultiplotWindow)

Returns all of the properties of the newly created window.