Toolkits are collections of application-specific functions that extend Matplotlib.
: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.
.. toctree::
:maxdepth: 2
mplot3d/index.rst
mplot3d/faq.rst
- mpl3d API: :ref:`toolkit_mplot3d-api`
