等軸プロットのスケールを設定 (ウインドウの大きさを変更) (function obsolete)
square(xmin, ymin, xmax, ymax)
実数値
![]() | This function is obsolete. It will be removed in Scilab 6.1. |
![]() | Please replace square(a,b,c,d) with
gcf().axes_size = [n n]; replot([a b c d])
where n is the size in pixels of the desired
graphic square window. This replacement can be extended to any
existing graphic window, not only the current one. |
square は, xおよびy軸に等軸スケールを
適用する際に使用されます.
指定された値 xmin,
xmax, ymin,
ymax は
グラフィックフレームの境界で, square は
等軸プロットとなるようにグラフィックウインドウの次元を変更します.
square は,
カレントのグラフィックスケールを設定し,
カレントのグラフィックスケールを指定する
グラフィックルーチン
(例えば, plot2dの
strf="x0z")
と組み合わせて使用することができます.
| バージョン | 記述 |
| 6.0 | square() is tagged as obsolete. It will be removed from Scilab 6.1 |