Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 967 Bytes

File metadata and controls

48 lines (34 loc) · 967 Bytes

Toolkits

Toolkits are collections of application-specific functions that extend Matplotlib.

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.

../../gallery/mplot3d/images/sphx_glr_contourf3d_2_001.png

Contourf3d 2

.. toctree::
    :maxdepth: 2

    mplot3d/index.rst
    mplot3d/faq.rst

Links