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

« back to all changes in this revision

Viewing changes to man/fr/graphics/xgrid.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>xgrid  </TITLE>
 
6
  <TYPE>Scilab Function  </TYPE>
 
7
  <DATE>April 1993  </DATE>
 
8
  <SHORT_DESCRIPTION name="xgrid"> ajoute une grille sur un dessin 2D  </SHORT_DESCRIPTION>
 
9
  <CALLING_SEQUENCE>
 
10
  <CALLING_SEQUENCE_ITEM>xgrid([style])  </CALLING_SEQUENCE_ITEM>
 
11
  </CALLING_SEQUENCE>
 
12
  <PARAM>
 
13
 <PARAM_INDENT>
 
14
  <PARAM_ITEM>
 
15
  <PARAM_NAME>style  </PARAM_NAME>
 
16
  <PARAM_DESCRIPTION>
 
17
  <SP>
 
18
    : entier 
 
19
</SP>
 
20
  </PARAM_DESCRIPTION> 
 
21
  </PARAM_ITEM>
 
22
 </PARAM_INDENT>
 
23
  </PARAM>
 
24
  <DESCRIPTION>
 
25
  <P>
 
26
    <VERB>xgrid</VERB>  ajoute une grille sur un dessin 2D. <VERB>style</VERB> est le num�ro de couleur de la grille. Utiliser <VERB>xset()</VERB> pour voir les num�ros de couleurs.
 
27
  </P>
 
28
  </DESCRIPTION>
 
29
  <EXAMPLE><![CDATA[
 
30
x=[0:0.1:2*%pi]';
 
31
plot2d(sin(x))
 
32
xgrid(2)
 
33
 ]]></EXAMPLE>
 
34
  <SEE_ALSO>
 
35
    <SEE_ALSO_ITEM> <LINK>xset</LINK> </SEE_ALSO_ITEM>     <SEE_ALSO_ITEM> <LINK>plot2d</LINK> </SEE_ALSO_ITEM>
 
36
  </SEE_ALSO>
 
37
  <AUTHOR>J.Ph.C.  </AUTHOR>
 
38
</MAN>