Search code examples
pythongeometryvisualization

Python, geometry and visualisation


I'm looking for a Python library that would allow me to visualise geometrical data. Nothing extremely complicated, just a bunch of points in the plane or space and a few basic shapes that I would generate.

I had a look at this question and the answers to it, but the focus over there seems to be on computation.


Solution

  • How about Matplotlib/mplot3D?