1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) INRIA - Serge Steer
12 >>>>>>> 7f4fe15... * bug #14558: square() is obsolete
13 * Copyright (C) 2012 - 2016 - Scilab Enterprises
15 * This file is hereby licensed under the terms of the GNU GPL v2.0,
16 * pursuant to article 5.3.4 of the CeCILL v.2.1.
17 * This file was originally licensed under the terms of the CeCILL v2.1,
18 * and continues to be available under such terms.
19 * For more information, see the COPYING file which you should have received
20 * along with this program.
23 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="ja" xml:id="square">
28 <refname>square</refname>
32 等軸プロットのスケールを設定 (ウインドウの大きさを変更)
42 <synopsis>square(xmin, ymin, xmax, ymax)</synopsis>
54 <term>xmin, xmax, ymin, ymax</term>
74 <function>square</function> は, xおよびy軸に等軸スケールを
78 指定された値 <literal>xmin</literal>,
80 <literal>xmax</literal>, <literal>ymin</literal>,
82 <literal>ymax</literal> は
84 グラフィックフレームの境界で, <function>square</function> は
86 等軸プロットとなるようにグラフィックウインドウの次元を変更します.
88 <function>square</function> は,
96 (例えば, <function>plot2d</function>の
98 <code>strf="x0z"</code>)
110 <programlisting role="example"><![CDATA[
114 <refname>square</refname>
116 等軸プロットのスケールを設定 (ウインドウの大きさを変更) <emphasis role="bold">(function obsolete)</emphasis>
120 <title>呼び出し手順</title>
121 <synopsis>square(xmin, ymin, xmax, ymax)</synopsis>
127 <term>xmin, xmax, ymin, ymax</term>
137 This function is obsolete. It will be removed in Scilab 6.1.
140 Please replace <literal>square(a,b,c,d)</literal> with
141 <literal>gcf().axes_size = [n n]; replot([a b c d])</literal>
142 where <literal>n</literal> is the size in pixels of the desired
143 graphic square window. This replacement can be extended to any
144 existing graphic window, not only the current one.
147 <function>square</function> は, xおよびy軸に等軸スケールを
149 指定された値 <literal>xmin</literal>,
150 <literal>xmax</literal>, <literal>ymin</literal>,
151 <literal>ymax</literal> は
152 グラフィックフレームの境界で, <function>square</function> は
153 等軸プロットとなるようにグラフィックウインドウの次元を変更します.
154 <function>square</function> は,
158 (例えば, <function>plot2d</function>の
159 <code>strf="x0z"</code>)
165 <programlisting role="example"><![CDATA[
166 >>>>>>> 7f4fe15... * bug #14558: square() is obsolete
168 plot2d(sin(t),cos(t))
171 plot2d(sin(t),cos(t))
174 <refsection role="see also">
176 <simplelist type="inline">
178 <link linkend="isoview">isoview</link>
181 <link linkend="xsetech">xsetech</link>
185 <refsection role="history">
189 <revnumber>6.0</revnumber>
191 square() is tagged as obsolete. It will be removed from Scilab 6.1