Scilab 5.4.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
newaxes
新しいAxesエンティティを作成
呼び出し手順
a=newaxes()
パラメータ
- a
ハンドル, 新たに作成された Axesエンティティのハンドル
説明
newaxes()
は,カレントの図に新しいAxes
エンティティ(
graphics_entities参照)を
作成する際に使用されます.
このエンティティのプロパティはdefault_axes
(gda参照)
から継承されます.
例
Report an issue | ||
<< isoview | axes_operations | plotframe >> |