~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/fr/graphics/xbasc.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> 
 
2
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>fr</LANGUAGE>
 
5
  <TITLE>xbasc  </TITLE>
 
6
  <TYPE>Scilab Function  </TYPE>
 
7
  <DATE>April 1993  </DATE>
 
8
  <SHORT_DESCRIPTION name="xbasc"> efface une fen�tre graphique et efface les graphiques enregistr�s  </SHORT_DESCRIPTION>
 
9
  <CALLING_SEQUENCE>
 
10
    <CALLING_SEQUENCE_ITEM>xbasc([window-id])  </CALLING_SEQUENCE_ITEM>
 
11
  </CALLING_SEQUENCE>
 
12
  <PARAM>
 
13
    <PARAM_INDENT>
 
14
      <PARAM_ITEM>
 
15
        <PARAM_NAME>window-id  </PARAM_NAME>
 
16
        <PARAM_DESCRIPTION>
 
17
          <SP>
 
18
            : entier ou vecteur d&apos;entiers
 
19
          </SP>
 
20
        </PARAM_DESCRIPTION> 
 
21
      </PARAM_ITEM>
 
22
    </PARAM_INDENT>
 
23
  </PARAM>
 
24
  <DESCRIPTION>
 
25
    <P>
 
26
      Sans argument, cette fonction efface la fen�tre graphique courante et 
 
27
      les graphiques enregistr�s.
 
28
      Sinon elle efface les fen�tres graphiques dont les num�ros sont donn�s 
 
29
      dans le vecteur <VERB>window-id</VERB>, et efface les graphiques enregistr�s. Par exemple 
 
30
      <VERB>xbasc(1:3)</VERB> efface les fen�tres 1, 2 et 3. Si une des
 
31
      fen�tres n&apos;existe pas, elle est automatiquement cr��e.
 
32
    </P>
 
33
    <P>
 
34
      Avec le nouveau mode graphique, utilisez <LINK>clf</LINK> au lieu de
 
35
      <VERB>xbasc</VERB>.
 
36
    </P>
 
37
  </DESCRIPTION>
 
38
  <SEE_ALSO>
 
39
    <SEE_ALSO_ITEM> <LINK>clf</LINK> </SEE_ALSO_ITEM>
 
40
    <SEE_ALSO_ITEM> <LINK>xclear</LINK> </SEE_ALSO_ITEM>
 
41
  </SEE_ALSO>
 
42
</MAN>