Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
drawnow
隠されたグラフィックエンティティを描画.
呼び出し手順
drawnow()
説明
カレントの図に関して,
この関数は,
drawlaterをコールすることにより延期されていた
隠されたグラフィックエンティティとその子を描画するために
使用されます.カレントの図の
immediate_drawing プロパティは
"on"に設定されます.
この関数は特にdrawlater 関数と組み合わせて使用されます.
例
参照
- get — Gets the handle of a graphical or User Interface object, or the property's value of objects.
- set — グラフィックエンティティオブジェクトまたは またはユーザインターフェイスオブジェクトのプロパティの値を設定する.
- drawlater — 軸の子を不可視にする.
- graphics_entities — グラフィックスエンティティデータ構造体の説明
| Report an issue | ||
| << drawlater | figure_operations | figure_properties >> |