# mayavi-examples **Repository Path**: biiigbao/mayavi-examples ## Basic Information - **Project Name**: mayavi-examples - **Description**: 3-D and 4-D plotting with Mayavi in Python - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mayavi examples in Python ![Actions Status](https://github.com/scivision/mayavi-examples-python/workflows/ci/badge.svg) ![Actions Status](https://github.com/scivision/mayavi-examples-python/workflows/ci_macwin/badge.svg) ![ionosphere in Mayavi](mayavi_iono.png) 3-D and 4-D plotting examples with Mayavi in Python [Mayavi](https://pypi.org/project/mayavi/) works with plain Python as well as Jupyter Notebooks on Linux, Mac and Windows. ## Install Mayavi This also installs VTK and other necessary libraries. ```sh pip install mayavi ``` OR ```sh conda install mayavi ``` ## Easy to use alternative [Plotly](https://github.com/scivision/plotly3d-examples-python) can be used totally offline to make 3-D interactive plots.