Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
datatipRedraw
3次元回転の後,datatpテキストボックスの位置を調整する
呼び出し手順
datatipRedraw() datatipRedraw(axes_handle) datatipRedraw(curve_handles)
パラメータ
- axes_handle
軸エンティティのハンドル.
- curve_handles
datatipsをサポートするエンティティのハンドルの配列
説明
グラフィックシステムの制限により,回転の間,datatipテキストボックスの位置を 調整することはできません. この関数をコールすると,レンダリングを調整するために位置が再計算されます.
例
param3d() p=gce();//ポリラインのハンドルを取得 datatipCreate(p,30); datatipCreate(p,100); datatipCreate(p,50); ax=gca();ax.rotation_angles=[35 45];// first plot below datatipRedraw() //second plot below
参照
- datatips — プロットされた曲線に情報(tips)を配置,編集するためのツール.
Authors
- Serge Steer, INRIA
<< datatipMove | Datatips | datatipRemove >> |