ytics:

Synopsis: Sets the tics on the y-axis.

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

Description:

	The ytics() function sets the tics on the y-axis in the I:th plot-window. 
	If it is used as ytics(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 ytics([a,b,c,d],I), the tics will 
	set at "a", "b", "c" and "d" in plot-window I. 
	The command ytics(I) will reset the tics in plot-window I.
	
	If 'I' is not specified the default plot-window (0) is used.

See Also: noytics, xtics, ztics

