Win_unscaled()

Controls and creates unscaled windows for plotting.

WIN_UNSCALED dxmin=Real dxmax=Real dymin=Real dymax=Real [colour=Colour] Sets the device co-ordinates and creates an unscaled window.

example:

	# Creating and displaying an
	# unscaled window
	>> win_unscaled 0.1 0.9 0.1 0.9

Note: d means the device co-ordinate.

Win_Unscaled

Creates and displays an unscaled window. The unscaled window is the simplest form of graphics window. By default every new picture has an unscaled window associated with it and they can be created as desired. Normally things such as plot annotation, text and boxes are drawn in the default unscaled window to avoid scaling the simple graphics primitives in the same coordinates as the plot. The co-ordinates within an unscaled window always go from 0 to 1 in the X and Y directions.

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.

Colour (Colour)

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

RESULT = (Window)

Returns all of the properties of the newly created window.