Man Scilab

xbasimp
Scilab Function

xbasimp - send graphics to a Postscript printer or in a file

Calling Sequence

xbasimp(win_num,[filen,printer])

Parameters

Description

xbasimp sends the recorded graphics of the window win_num into the Postscript file filen and prints the Postscript file with the command Blpr . This function works only if the selected driver is "Rec" .

If win_num is a vector, several files are generated, one for each selected window (with names filenxx ), and the files are printed on a unique page with the command Blpr .

The window number is appended to filen .

See Also

printing ,   xs2fig ,   xs2gif ,   xs2ppm ,  

Back