xclea - erase a rectangle
xclea clears the rectangle [x,y,w,h] (upper left point, width, height) in the current graphics window.
x=[0:0.1:2*%pi]'; plot2d(x,sin(x)) xclea(1,1,1,1)