module 'mayavi' has no attribute 'points3d'
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 316
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 5
Description
I installed mayavi on a remote server using user privileges using command
pip install --user mayavi
My code is
import numpy as np
from mayavi import mlab
mlab.points3d(x, y, z, colormap="RdYlBu", scale_factor=0.02,scale_mode='none', mode='2dcross')
However, on running a python code using mayavi, I am getting the error
module 'mlab' has no attribute 'points3d'
Any way out of this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.