File: index.rst

package info (click to toggle)
matplotlib 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 77,480 kB
  • sloc: python: 124,525; cpp: 58,549; ansic: 29,599; objc: 2,348; makefile: 148; sh: 57
file content (28 lines) | stat: -rw-r--r-- 880 bytes parent folder | download | duplicates (3)
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
.. _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.

See the :doc:`mplot3d tutorial </tutorials/toolkits/mplot3d>` for
more information on how to use this toolkit.

.. 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

    faq.rst