1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
.. _mlab-reference:
MLab reference
=================
Reference list of all the main functions of ``mayavi.mlab``
with documentation and examples.
.. note::
This section is only a reference describing the function, please see
the chapter on :ref:`simple-scripting-with-mlab` for an introduction to
mlab and how to run the examples or interact with and assemble
the functions of `mlab`.
.. module:: mayavi.mlab
.. toctree::
mlab_helper_functions.rst
mlab_figure.rst
mlab_decorations.rst
mlab_camera.rst
mlab_other_functions.rst
../mlab_pipeline_reference.rst
|