Scilab 5.4.0
Please note that the recommended version of Scilab is 6.1.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参照)
から継承されます.
Comments
Add a comment:
Please login to comment this page.