y2range:

Synopsis: Sets the plot range in y for the right y-axis.

Syntax: y2range ( start, end, I )

Description:

	Sets the plot range in y in the I:th plot-window. 
	y2range() uses the right y-axis.
	The y-axis will start at "start" and end at "end".
	
	If 'I' is not specified the default plot-window is used, see defplotwin().

See Also: range, range2, xrange, x2range, yrange, zrange
