3D plotting in Python -


What are my options for placing 3D in Python?

It should also be redistributed.

I assume that you are seeking reccomendations instead of only those modules ...

Personally, I mostly use it. This is essentially a high level interface, it is available under BSD-style license (if I remember correctly ...), then it should be independently redistributed. If you are looking at scientific data, then this is an excellent choice.

For simple 3D plots, it's great to have a look at the 3D example (bottom side). However, it is not suitable for viewing volumetric data or more complex surfaces.

Naturally, these are not the only options, but they are two which I promise.

If you want to drop to the lower level, then always happens.

At any rate, hopefully you tell in the right direction ...


Comments