xtics:

Synopsis: Sets the tics on the x-axis.

Syntax: xtics ( start, end, incr, I )
        xtics (vector, I )
        xtics ( I )

Description:

	The xtics() function sets the tics on the x-axis in the I:th plot-window. 
	If it is used as xtics(start,end,incr,I), the tics will be set 
	for plot-window I, starting from "start", ending at "end", 
	with an increment of "incr". 
	If, however, it is used as xtics([a,b,c,d],I), the tics will 
	set at "a", "b", "c" and "d" in plot-window I. 
	The command xtics(I) will reset the tics in plot-window I.
	
	If 'I' is not specified the default plot-window (0) is used.

See Also: noxtics, ytics, ztics

