Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-backports > by-pkgid > a44f8c7e78ee9c5838c1fb080c9e7630 > files > 1535

python-matplotlib-doc-1.1.1-1mdv2010.1.noarch.rpm

.. _toolkit_mplot3d-index:
.. currentmodule:: mpl_toolkits.mplot3d

*******
mplot3d
*******

Matplotlib mplot3d toolkit
==========================
The mplot3d toolkit adds simple 3D plotting capabilities to matplotlib by
supplying an axes object that can create a 2D projection of a 3D scene.
The resulting graph will have the same look and feel as regular 2D plots.

.. image:: ../../_static/demo_mplot3d.png

The interactive backends also provide the ability to rotate and zoom
the 3D scene. One can rotate the 3D scene by simply clicking-and-dragging
the scene. Zooming is done by right-clicking the scene and dragging the
mouse up and down. Note that one does not use the zoom button like one
would use for regular 2D plots.

.. toctree::
    :maxdepth: 2

    tutorial.rst
    api.rst
    faq.rst