<< xaxis 4-1-2 xtape >>
removed >> removed > 4-1-2 > xclea

xclea

erase a rectangle

Calling Sequence

xclea(x, y, w, h)

Parameters

x, y, w, h

real values defining the rectangle.

Description

xclea clears the rectangle [x,y,w,h] (upper left point, width, height) in the current graphics window.

Examples

x=[0:0.1:2*%pi]';
plot2d(x,sin(x))
xclea(1,1,1,1)

History

VersionDescription
4.1.2 xclea was published up to Scilab 4.1.2. It is now removed.

<< xaxis 4-1-2 xtape >>