xrange:

Synopsis: Sets the plot range in x.

Syntax: xrange ( start, end, I )

Description:

	Sets the plot range in x in the I:th plot-window. 
	The x-axis will start at "start" and end at "end".
	
	If 'I' is not specified the default plot-window (0) is used.

See Also: range, yrange, zrange

