~ubuntu-branches/ubuntu/trusty/scilab/trusty

« back to all changes in this revision

Viewing changes to modules/graphics/help/en_US/geometric_shapes/xarc.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-02 11:02:49 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20120802110249-0v5953emkp25geuz
Tags: 5.4.0-beta-2-1~exp1
* New upstream release
* Remove libscilab-java (remove upstream). Use libscilab2-java instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
11
11
 *
12
12
 -->
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: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="xarc">
14
 
  <info>
15
 
    <pubdate>$LastChangedDate$</pubdate>
16
 
  </info>
 
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:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" version="5.0-subset Scilab" xml:lang="en" xml:id="xarc">
17
14
  <refnamediv>
18
15
    <refname>xarc</refname>
19
16
    <refpurpose> draw a part of an ellipse</refpurpose>
52
49
    </para>
53
50
  </refsection>
54
51
  <refsection>
 
52
    <title>Sample</title>
 
53
    <scilab:image>
 
54
      plot2d(0,0,-1,"031"," ",[-2,-2,2,2])
 
55
      xset("color",3)
 
56
      xarc(-1,1,2,2,0,90*64)
 
57
      xarc(-1.5,1.5,3,3,0,360*64)
 
58
    </scilab:image>
 
59
  </refsection>
 
60
  <refsection>
55
61
    <title>Examples</title>
56
62
    <programlisting role="example"><![CDATA[ 
57
63
// isoview scaling