<< xclea 4-1-2 5-0 >>

Removed >> Removed > 4-1-2 > xtape

xtape

set up the record process of graphics

Calling Sequence

xtape(str,[num,rect])

Parameters

str

string, "on", "clear", "replay" or "replaysc".

num

integer.

rect

row vector of size 4.

Description

xtape is used to set up the record process of graphics:

xtape("on") just selects the driver "Rec" which records all the graphics operations.

xtape("clear",num) clears the graphics window num and clears the recorded graphics associated with window num.

xtape("replay",num) redisplays all the recorded graphics in the window num.

xtape("replaysc",num,rect) replots the graphics window num using rect=[xmin,ymin,xmax,ymax] as x and y bounds.

See Also

Authors

J.Ph.C.

History

VersionDescription
4.1.2 xtape was published up to Scilab 4.1.2. It is replaced with driver.

Report an issue
<< xclea 4-1-2 5-0 >>