~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/graphics/help/pt_BR/2d_plot/fgrayplot.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *
12
12
 -->
13
13
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns4="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="fgrayplot" xml:lang="en">
14
 
  <refnamediv>
15
 
    <refname>fgrayplot</refname>
16
 
    <refpurpose>esbo�o 2d de uma superf�cie definida por uma fun��o utilizando
17
 
      cores
18
 
    </refpurpose>
19
 
  </refnamediv>
20
 
  <refsynopsisdiv>
21
 
    <title>Seq��ncia de Chamamento</title>
22
 
    <synopsis>fgrayplot(x,y,f,[strf,rect,nax])
23
 
      fgrayplot(x,y,f,&lt;opt_args&gt;)
24
 
    </synopsis>
25
 
  </refsynopsisdiv>
26
 
  <refsection>
27
 
    <title>Par�metros</title>
28
 
    <variablelist>
29
 
      <varlistentry>
30
 
        <term>x,y</term>
31
 
        <listitem>
32
 
          <para>vetor linha de reais</para>
33
 
        </listitem>
34
 
      </varlistentry>
35
 
      <varlistentry>
36
 
        <term>f</term>
37
 
        <listitem>
38
 
          <para>
39
 
            fun��o externa do tipo <literal>y=f(x,y)</literal>.
40
 
          </para>
41
 
        </listitem>
42
 
      </varlistentry>
43
 
      <varlistentry>
44
 
        <term>&lt;opt_args&gt;</term>
45
 
        <listitem>
46
 
          <para>
47
 
            representa uma seq��ncia de declara��es <literal>key1=value1,
48
 
              key2=value2
49
 
            </literal>
50
 
            ,... onde <literal>key1</literal>,
51
 
            <literal>key2,...</literal> pode ser um dos seguintes: rect, nax,
52
 
            strf ou axesflag e frameflag (ver <literal>plot2d</literal>).
53
 
          </para>
54
 
        </listitem>
55
 
      </varlistentry>
56
 
      <varlistentry>
57
 
        <term>strf,rect,nax</term>
58
 
        <listitem>
59
 
          <para>
60
 
            ver <literal>plot2d</literal>.
61
 
          </para>
62
 
        </listitem>
63
 
      </varlistentry>
64
 
    </variablelist>
65
 
  </refsection>
66
 
  <refsection>
67
 
    <title>Descri��o</title>
68
 
    <para>
69
 
      <literal>fgrayplot</literal> realiza um esbo�o 2d de uma superf�cie
70
 
      dada por <literal>z=f(x,y)</literal> em um grid definido por
71
 
      <literal>x</literal> e <literal>y</literal>. Cada ret�ngulo no grid �
72
 
      preenchido com um n�vel de cinza ou de cor dependendo do valor m�dio de
73
 
      <literal>z</literal> nas quinas do ret�ngulo.
74
 
    </para>
75
 
    <para>
76
 
      Entre com o comando <literal>fgrayplot()</literal> para visualizar
77
 
      uma demonstra��o.
78
 
    </para>
79
 
  </refsection>
80
 
  <refsection>
81
 
    <title>Exemplos</title>
82
 
    <programlisting role="example"><![CDATA[ 
 
14
    <refnamediv>
 
15
        <refname>fgrayplot</refname>
 
16
        <refpurpose>esbo�o 2d de uma superf�cie definida por uma fun��o utilizando
 
17
            cores
 
18
        </refpurpose>
 
19
    </refnamediv>
 
20
    <refsynopsisdiv>
 
21
        <title>Seq��ncia de Chamamento</title>
 
22
        <synopsis>fgrayplot(x,y,f,[strf,rect,nax])
 
23
            fgrayplot(x,y,f,&lt;opt_args&gt;)
 
24
        </synopsis>
 
25
    </refsynopsisdiv>
 
26
    <refsection>
 
27
        <title>Par�metros</title>
 
28
        <variablelist>
 
29
            <varlistentry>
 
30
                <term>x,y</term>
 
31
                <listitem>
 
32
                    <para>vetor linha de reais</para>
 
33
                </listitem>
 
34
            </varlistentry>
 
35
            <varlistentry>
 
36
                <term>f</term>
 
37
                <listitem>
 
38
                    <para>
 
39
                        fun��o externa do tipo <literal>y=f(x,y)</literal>.
 
40
                    </para>
 
41
                </listitem>
 
42
            </varlistentry>
 
43
            <varlistentry>
 
44
                <term>&lt;opt_args&gt;</term>
 
45
                <listitem>
 
46
                    <para>
 
47
                        representa uma seq��ncia de declara��es <literal>key1=value1,
 
48
                            key2=value2
 
49
                        </literal>
 
50
                        ,... onde <literal>key1</literal>,
 
51
                        <literal>key2,...</literal> pode ser um dos seguintes: rect, nax,
 
52
                        strf ou axesflag e frameflag (ver <literal>plot2d</literal>).
 
53
                    </para>
 
54
                </listitem>
 
55
            </varlistentry>
 
56
            <varlistentry>
 
57
                <term>strf,rect,nax</term>
 
58
                <listitem>
 
59
                    <para>
 
60
                        ver <literal>plot2d</literal>.
 
61
                    </para>
 
62
                </listitem>
 
63
            </varlistentry>
 
64
        </variablelist>
 
65
    </refsection>
 
66
    <refsection>
 
67
        <title>Descri��o</title>
 
68
        <para>
 
69
            <literal>fgrayplot</literal> realiza um esbo�o 2d de uma superf�cie
 
70
            dada por <literal>z=f(x,y)</literal> em um grid definido por
 
71
            <literal>x</literal> e <literal>y</literal>. Cada ret�ngulo no grid �
 
72
            preenchido com um n�vel de cinza ou de cor dependendo do valor m�dio de
 
73
            <literal>z</literal> nas quinas do ret�ngulo.
 
74
        </para>
 
75
        <para>
 
76
            Entre com o comando <literal>fgrayplot()</literal> para visualizar
 
77
            uma demonstra��o.
 
78
        </para>
 
79
    </refsection>
 
80
    <refsection>
 
81
        <title>Exemplos</title>
 
82
        <programlisting role="example"><![CDATA[ 
83
83
t=-1:0.1:1;
84
84
deff("[z]=my_surface(x,y)","z=x**2+y**2")
85
85
fgrayplot(t,t,my_surface,rect=[-2,-2,2,2])
86
86
 ]]></programlisting>
87
 
  </refsection>
88
 
  <refsection>
89
 
    <title>Ver Tamb�m </title>
90
 
    <simplelist type="inline">
91
 
      <member>
92
 
        <link linkend="grayplot">grayplot</link>
93
 
      </member>
94
 
      <member>
95
 
        <link linkend="plot2d">plot2d</link>
96
 
      </member>
97
 
      <member>
98
 
        <link linkend="Sgrayplot">Sgrayplot</link>
99
 
      </member>
100
 
      <member>
101
 
        <link linkend="Sfgrayplot">Sfgrayplot</link>
102
 
      </member>
103
 
    </simplelist>
104
 
  </refsection>
 
87
    </refsection>
 
88
    <refsection>
 
89
        <title>Ver Tamb�m </title>
 
90
        <simplelist type="inline">
 
91
            <member>
 
92
                <link linkend="grayplot">grayplot</link>
 
93
            </member>
 
94
            <member>
 
95
                <link linkend="plot2d">plot2d</link>
 
96
            </member>
 
97
            <member>
 
98
                <link linkend="Sgrayplot">Sgrayplot</link>
 
99
            </member>
 
100
            <member>
 
101
                <link linkend="Sfgrayplot">Sfgrayplot</link>
 
102
            </member>
 
103
        </simplelist>
 
104
    </refsection>
105
105
</refentry>