Anthony Labarre
Anthony Labarre

Reputation: 2794

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.

Upvotes: 4

Views: 1738

Answers (1)

eumiro
eumiro

Reputation: 212835

How about Matplotlib/mplot3D?

Upvotes: 7

Related Questions