replot:

Synopsis: Re-draw the current plot-window.

Syntax: replot ( I ) or replot ( A, KeyTitles, I ) or replot ( 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( I );			replot the I-th plot-window
	replot( A, KeyTitles, I );	superinpose new plot on the I-th plot-window
	replot( X, Y, I );		superinpose new plot on the I-th plot-window

	If 'I' is not specified the default plot-window (0) is used.

See Also: plot