~ubuntu-branches/ubuntu/hardy/mayavi2/hardy-backports

« back to all changes in this revision

Viewing changes to enthought.mayavi/docs/build/html/auto/mlab_reference.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-07-25 09:03:34 UTC
  • mfrom: (2.2.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080725090334-1hbb9fn8b3as5qy0
Tags: 2.2.0-1~hardy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
 
3
  <head>
 
4
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
5
    <title>MLab reference &mdash; Mayavi2 v2.2.0 documentation</title>
 
6
    <link rel="stylesheet" href="../_static/default.css" type="text/css" />
 
7
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
 
8
    <script type="text/javascript">
 
9
      var DOCUMENTATION_OPTIONS = {
 
10
          URL_ROOT:   '../',
 
11
          VERSION:    '2.2.0',
 
12
          COLLAPSE_MODINDEX: false,
 
13
      };
 
14
    </script>
 
15
    <script type="text/javascript" src="../_static/jquery.js"></script>
 
16
    <script type="text/javascript" src="../_static/interface.js"></script>
 
17
    <script type="text/javascript" src="../_static/doctools.js"></script>
 
18
    <link rel="contents" title="Global table of contents" href="../contents.html" />
 
19
    <link rel="index" title="Global index" href="../genindex.html" />
 
20
    <link rel="search" title="Search" href="../search.html" />
 
21
    <link rel="top" title="Mayavi2 v2.2.0 documentation" href="../index.html" />
 
22
    <link rel="next" title="Plotting functions" href="mlab_helper_functions.html" />
 
23
    <link rel="prev" title="Miscellaneous" href="../misc.html" />
 
24
  </head>
 
25
  <body>
 
26
    <div class="related">
 
27
      <h3>Navigation</h3>
 
28
      <ul>
 
29
        <li class="right" style="margin-right: 10px">
 
30
          <a href="../genindex.html" title="General Index"
 
31
             accesskey="I">index</a></li>
 
32
        <li class="right" >
 
33
          <a href="../modindex.html" title="Global Module Index"
 
34
             accesskey="M">modules</a> |</li>
 
35
        <li class="right" >
 
36
          <a href="mlab_helper_functions.html" title="Plotting functions"
 
37
             accesskey="N">next</a> |</li>
 
38
        <li class="right" >
 
39
          <a href="../misc.html" title="Miscellaneous"
 
40
             accesskey="P">previous</a> |</li>
 
41
        <li><a href="../index.html">Mayavi2 v2.2.0 documentation</a> &raquo;</li>
 
42
      </ul>
 
43
    </div>
 
44
    <div class="document">
 
45
      <div class="documentwrapper">
 
46
        <div class="bodywrapper">
 
47
          <div class="body">
 
48
            
 
49
  
 
50
  <div class="section">
 
51
<h1 id="module-enthought.mayavi.mlab">MLab reference<a class="headerlink" href="#module-enthought.mayavi.mlab" title="Permalink to this headline">¶</a></h1>
 
52
<p>Reference list of all the main functions of <tt class="docutils literal"><span class="pre">enthought.mayavi.mlab</span></tt>
 
53
with documentation and examples.</p>
 
54
<ul>
 
55
<li><a class="reference" href="mlab_helper_functions.html">Plotting functions</a><ul>
 
56
<li><a class="reference" href="mlab_helper_functions.html#imshow">imshow</a></li>
 
57
<li><a class="reference" href="mlab_helper_functions.html#quiver3d">quiver3d</a></li>
 
58
<li><a class="reference" href="mlab_helper_functions.html#plot3d">plot3d</a></li>
 
59
<li><a class="reference" href="mlab_helper_functions.html#surf">surf</a></li>
 
60
<li><a class="reference" href="mlab_helper_functions.html#mesh">mesh</a></li>
 
61
<li><a class="reference" href="mlab_helper_functions.html#contour3d">contour3d</a></li>
 
62
<li><a class="reference" href="mlab_helper_functions.html#points3d">points3d</a></li>
 
63
<li><a class="reference" href="mlab_helper_functions.html#flow">flow</a></li>
 
64
<li><a class="reference" href="mlab_helper_functions.html#contour-surf">contour_surf</a></li>
 
65
</ul>
 
66
</li>
 
67
</ul>
 
68
<ul>
 
69
<li><a class="reference" href="mlab_figure.html">Figure handling functions</a><ul>
 
70
<li><a class="reference" href="mlab_figure.html#figure">figure</a></li>
 
71
<li><a class="reference" href="mlab_figure.html#savefig">savefig</a></li>
 
72
<li><a class="reference" href="mlab_figure.html#gcf">gcf</a></li>
 
73
<li><a class="reference" href="mlab_figure.html#clf">clf</a></li>
 
74
<li><a class="reference" href="mlab_figure.html#draw">draw</a></li>
 
75
</ul>
 
76
</li>
 
77
</ul>
 
78
<ul>
 
79
<li><a class="reference" href="mlab_decorations.html">Figure decoration functions</a><ul>
 
80
<li><a class="reference" href="mlab_decorations.html#zlabel">zlabel</a></li>
 
81
<li><a class="reference" href="mlab_decorations.html#ylabel">ylabel</a></li>
 
82
<li><a class="reference" href="mlab_decorations.html#scalarbar">scalarbar</a></li>
 
83
<li><a class="reference" href="mlab_decorations.html#colorbar">colorbar</a></li>
 
84
<li><a class="reference" href="mlab_decorations.html#xlabel">xlabel</a></li>
 
85
<li><a class="reference" href="mlab_decorations.html#vectorbar">vectorbar</a></li>
 
86
</ul>
 
87
</li>
 
88
</ul>
 
89
<ul>
 
90
<li><a class="reference" href="mlab_camera.html">Camera handling functions</a><ul>
 
91
<li><a class="reference" href="mlab_camera.html#roll">roll</a></li>
 
92
<li><a class="reference" href="mlab_camera.html#view">view</a></li>
 
93
</ul>
 
94
</li>
 
95
</ul>
 
96
<ul>
 
97
<li><a class="reference" href="mlab_other_functions.html">Other functions</a><ul>
 
98
<li><a class="reference" href="mlab_other_functions.html#axes">axes</a></li>
 
99
<li><a class="reference" href="mlab_other_functions.html#text">text</a></li>
 
100
<li><a class="reference" href="mlab_other_functions.html#show-engine">show_engine</a></li>
 
101
<li><a class="reference" href="mlab_other_functions.html#get-engine">get_engine</a></li>
 
102
<li><a class="reference" href="mlab_other_functions.html#outline">outline</a></li>
 
103
<li><a class="reference" href="mlab_other_functions.html#title">title</a></li>
 
104
<li><a class="reference" href="mlab_other_functions.html#orientationaxes">orientationaxes</a></li>
 
105
</ul>
 
106
</li>
 
107
</ul>
 
108
</div>
 
109
 
 
110
 
 
111
          </div>
 
112
        </div>
 
113
      </div>
 
114
      <div class="sphinxsidebar">
 
115
        <div class="sphinxsidebarwrapper">
 
116
            <p class="logo"><img class="logo" src="../_static/mayavi-logo.png" alt="Logo"/></p>
 
117
            <h4>Previous topic</h4>
 
118
            <p class="topless"><a href="../misc.html" title="previous chapter">Miscellaneous</a></p>
 
119
            <h4>Next topic</h4>
 
120
            <p class="topless"><a href="mlab_helper_functions.html" title="next chapter">Plotting functions</a></p>
 
121
            <h3>This Page</h3>
 
122
            <ul class="this-page-menu">
 
123
              <li><a href="../_sources/auto/mlab_reference.txt">Show Source</a></li>
 
124
            </ul>
 
125
            <h3>Quick search</h3>
 
126
            <form class="search" action="../search.html" method="get">
 
127
              <input type="text" name="q" size="18" /> <input type="submit" value="Go" />
 
128
              <input type="hidden" name="check_keywords" value="yes" />
 
129
              <input type="hidden" name="area" value="default" />
 
130
            </form>
 
131
        </div>
 
132
      </div>
 
133
      <div class="clearer"></div>
 
134
    </div>
 
135
    <div class="related">
 
136
      <h3>Navigation</h3>
 
137
      <ul>
 
138
        <li class="right" style="margin-right: 10px">
 
139
          <a href="../genindex.html" title="General Index"
 
140
             accesskey="I">index</a></li>
 
141
        <li class="right" >
 
142
          <a href="../modindex.html" title="Global Module Index"
 
143
             accesskey="M">modules</a> |</li>
 
144
        <li class="right" >
 
145
          <a href="mlab_helper_functions.html" title="Plotting functions"
 
146
             accesskey="N">next</a> |</li>
 
147
        <li class="right" >
 
148
          <a href="../misc.html" title="Miscellaneous"
 
149
             accesskey="P">previous</a> |</li>
 
150
        <li><a href="../index.html">Mayavi2 v2.2.0 documentation</a> &raquo;</li>
 
151
      </ul>
 
152
    </div>
 
153
    <div class="footer">
 
154
      &copy; Copyright 2008, Prabhu Ramachandran, Gaël Varoquaux.
 
155
      Last updated on Jun 29, 2008.
 
156
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
 
157
    </div>
 
158
  </body>
 
159
</html>
 
 
b'\\ No newline at end of file'