Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Français - Português - Русский -
Scilabヘルプ >> Graphics > axes_operations > square

square

等軸プロットのスケールを設定 (ウインドウの大きさを変更)

呼び出し手順

square(xmin, ymin, xmax, ymax)

引数

xmin, xmax, ymin, ymax

実数値

説明

square は, xおよびy軸に等軸スケールを 適用する際に使用されます. 指定された値 xmin, xmax, ymin, ymax は グラフィックフレームの境界で, square は 等軸プロットとなるようにグラフィックウインドウの次元を変更します. square は, カレントのグラフィックスケールを設定し, カレントのグラフィックスケールを指定する グラフィックルーチン (例えば, plot2dstrf="x0z") と組み合わせて使用することができます.

t=[0:0.1:2*%pi]';

plot2d(sin(t),cos(t))

clf()

square(-1,-1,1,1)

plot2d(sin(t),cos(t))

参照

  • isoview — 等軸プロットにスケールを設定 (ウインドウの大きさを変更しない)
  • xsetech — プロット時にグラフィックウインドのサブウインドウを設定
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:35:29 CEST 2016