1 <?xml version="1.0" encoding="UTF-8"?>
5 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
12 * Copyright (C) 2012 - 2016 - Scilab Enterprises
14 * This file is hereby licensed under the terms of the GNU GPL v2.0,
15 * pursuant to article 5.3.4 of the CeCILL v.2.1.
16 * This file was originally licensed under the terms of the CeCILL v2.1,
17 * and continues to be available under such terms.
18 * For more information, see the COPYING file which you should have received
19 * along with this program.
25 <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="subplot">
29 <refname>subplot</refname>
31 <refpurpose>グラフィックウインドウをサブウインドウの行列に分割する</refpurpose>
39 <synopsis>subplot(m,n,p)
73 10進表記の整数 <literal>mnp</literal>
91 subplot(m,n,p) または subplot(mnp) はグラフィックウインドウを
95 p番目のサブウインドウを描画先として選択します.
97 サブウインドウの番号は,行優先でカウント,つまり,
99 行列の要素(i,j)に対応するサブウインドウは(i-1)*n + j番となります.
109 <programlisting role="example"><![CDATA[
151 <refsection role="see also">
155 <simplelist type="inline">
159 <link linkend="plot2d">plot2d</link>
165 <link linkend="plot3d">plot3d</link>
171 <link linkend="xstring">xstring</link>
177 <link linkend="xtitle">xtitle</link>