replot2:

Synopsis: Re-draw the current plot-window.

Syntax: replot2 ( I ) or replot2 ( A, KeyTitles, I ) or replot2 ( X, Y, I )

Description:

	Re-draws the I:th plot-window. It can also be
	used to superinpose a new plot on an old plot.
	replot() uses the right y-axis.

	replot2 ( I );			replot the I-th plot-window
	replot2 ( A, KeyTitles, I );	superinpose new plot on the I-th plot-window
	replot2 ( X, Y, I );		superinpose new plot on the I-th plot-window

	If 'I' is not specified the default plot-window is used, see defplotwin().

See Also: plot, plot2, replot
