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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
.. _toolkits-index:
.. _toolkits:
########
Toolkits
########
Toolkits are collections of application-specific functions that extend
Matplotlib.
.. _toolkit_mplot3d:
mplot3d
=======
:mod:`mpl_toolkits.mplot3d` provides some basic 3D
plotting (scatter, surf, line, mesh) tools. Not the fastest or most feature
complete 3D library out there, but it ships with Matplotlib and thus may be a
lighter weight solution for some use cases. Check out the
:doc:`mplot3d tutorial </tutorials/toolkits/mplot3d>` for more
information.
.. figure:: ../../gallery/mplot3d/images/sphx_glr_contourf3d_2_001.png
:target: ../../gallery/mplot3d/contourf3d_2.html
:align: center
:scale: 50
Contourf3d 2
.. toctree::
:maxdepth: 2
mplot3d/index.rst
mplot3d/faq.rst
Links
-----
* mpl3d API: :ref:`toolkit_mplot3d-api`
.. _toolkit_axes_grid1_incl:
.. include:: axes_grid1.rst
:start-line: 1
.. _toolkit_axisartist_incl:
.. include:: axisartist.rst
:start-line: 1
.. _toolkit_axes_grid_incl:
.. include:: axes_grid.rst
:start-line: 1
|