Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 matplotlib 中生成 3d 图,并且对结果普遍感到满意。然而,我注意到的一件事是默认 3d 查看器的性能非常慢,只有几百个数据点。有没有办法将生成的图形导出到可以在其他 3d 模型查看器中查看的模型?
不,除非你写它;)。 mayavi (docs)这是一个基于 openGL 的渲染器可能会做得更好。您可能还想查看vtk。
mayavi
社区维基,因为这基本上是乔金顿从评论中得到的答案。