标签: python geometry visualization
我正在寻找一个允许我可视化几何数据的Python库。没有什么极其复杂的,只是平面或空间中的一堆点以及我将产生的一些基本形状。
我看了一下this question and the answers to it,但那里的重点似乎是在计算上。
答案 0 :(得分:7)
Matplotlib/mplot3D怎么样?