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

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

square

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

呼び出し手順

square(xmin,ymin,xmax,ymax)

パラメータ

xmin,xmax,ymin,ymax

実数値

説明

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

t=[0:0.1:2*%pi]';
plot2d(sin(t),cos(t))
clf()
square(-1,-1,1,1)
plot2d(sin(t),cos(t))
xset("default")

参照

  • isoview — 等軸プロットにスケールを設定 (ウインドウの大きさを変更しない)
  • xsetech — プロット時にグラフィックウインドのサブウインドウを設定

作者

Steer S.

<< show_pixmap Graphics twinkle >>

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:
Wed Oct 05 12:12:58 CEST 2011