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.
square
等軸プロットのスケールを設定 (ウインドウの大きさを変更)
呼び出し手順
square(xmin, ymin, xmax, ymax)
引数
- xmin, xmax, ymin, ymax
実数値
説明
square
は, xおよびy軸に等軸スケールを
適用する際に使用されます.
指定された値 xmin
,
xmax
, ymin
,
ymax
は
グラフィックフレームの境界で, square
は
等軸プロットとなるようにグラフィックウインドウの次元を変更します.
square
は,
カレントのグラフィックスケールを設定し,
カレントのグラフィックスケールを指定する
グラフィックルーチン
(例えば, plot2d
の
strf="x0z"
)
と組み合わせて使用することができます.
Report an issue | ||
<< sda | axes_operations | subplot >> |