<< plot2d1 graphics profiling >>
removed >> removed > 5-5-2 > graphics > xclear

xclear

グラフィックウインドウをクリア

呼び出し手順

xclear()
xclear(window_id)

引数

window_id

整数のスカラーまたはベクトルi

説明

引数を指定しない場合,この関数は,その可視属性を 'off' にすることにより カレントのグラフィック図をクリアします. その他の場合,ベクトルwindow_idに含まれる 番号のグラフィック図をクリアします. 例えば xclear(1:3) はウインドウ 1,2 および3をクリアします. ウインドウの一つが存在しない場合,自動的に作成されます.

plot2d();
scf();
plot3d();
xclear(0); // clear the first graphic
xclear(); // clear the current figure

参照

履歴

VersionDescription
5.5.2 xclear was removed after Scilab 5.5.2. clf supersedes it.

<< plot2d1 graphics profiling >>