1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) ENPC - Jean-Philippe Chancelier
5 * Copyright (C) 2008 - INRIA - Jean-Baptiste Silvy
7 * This file must be used under the terms of the CeCILL.
8 * This source file is licensed as described in the file COPYING, which
9 * you should have received as part of this distribution. The terms
10 * are also available at
11 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
14 <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" version="5.0-subset Scilab" xml:lang="en" xml:id="xinit">
16 <pubdate>$LastChangedDate$</pubdate>
19 <refname>xinit</refname>
20 <refpurpose>Initialization of a graphics driver</refpurpose>
23 <title>Calling Sequence</title>
24 <synopsis>xinit(FileName)</synopsis>
25 <synopsis>xinit()</synopsis>
28 <title>Parameters</title>
33 <para>string: name of the export file.</para>
39 <title>Description</title>
41 For the Postscript, Xfig, Gif or PPM driver, <literal>FileName</literal> must be specified. It is the name of
42 the file where all the graphics operations are recorded.</para>
43 <para>For screen drivers (X11 or Rec), <literal>xinit</literal> should be called without any argument and
44 opens an empty graphic window.</para>
47 <title>Examples</title>
48 <programlisting role="example"><![CDATA[
59 <title>See Also</title>
60 <simplelist type="inline">
62 <link linkend="driver">driver</link>
65 <link linkend="xend">xend</link>
68 <link linkend="scf">scf</link>
73 <title>Authors</title>
75 <para>Jean-Baptiste Silvy</para>