n2d7
Results
2
issues of
n2d7
Hi, Is it possible to use multiple IMUs with this library? If possible, what are the necessary changes that need to be done. Thanks!
I am trying to visualize a .stl file using the libraries numpy-stl and mplot3D. ``` new_mesh = mesh.Mesh.from_file('result.stl') figure = plt.Figure(figsize=(6.4,5.4), dpi=100) ax = mplot3d.Axes3D(figure) ax.add_collection3d(mplot3d.art3d.Poly3DCollection(new_mesh.vectors)) ``` But in the...
New feature
topic: mplot3d
Difficulty: Medium
Good first issue