xclea — erase a rectangle
xclea(x,y,w,h)
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)
J.Ph.C.