Fit

x軸および / またはy軸をスケーリングし、表示されているカーブを画面にフィットさせます。

シンタックス

<Curve Editor Object> Fit<axis name>

詳細

ViewツールバーのFit Allと同様に、カーブ表示の際、x軸および / またはy軸を適切な値にフィットされます。

引数

axis name
スケーリングされる軸を受諾します。オプションには以下のものがあります:
"x"
x軸
"y"
y軸
"xy"
x軸とy軸の両方

戻り値

何も戻しません。

set editor [::hw::CurveEditor .t]
$editor Add -x 0:5:0.1 -y 50*sin(x)
$editor Add -x 0:10:0.1 -y 100*cos(x)
$editor SetAttr curve 2 -visibility false


Figure 1.


Figure 2. $editor Fit xy


Figure 3. $editor Fit y


Figure 4. $editor Fit x