Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.1 - 日本語

Change language to:
English - Français - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Scilab help >> Graphics Library > Datatips > datatipRedraw

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 >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Mar 03 11:00:59 CET 2011