3D graphic in vector format

1.3k Views Asked by At

Please recommend a program that can build a graphic of a 3d function and save it to some vector file format (SVG, EPS/PostScript, WMF etc.) I found only Madagascar software, it is free, but it was made for Linux and to make it working with Windows I need to build/compile it, but I can not. :( There is no just a link to download a Windows version.

Are there any other software (preferably free or with a free trial period) to draw a 3d function in a vector format?

Thank you.

3

There are 3 best solutions below

1
On

I would recommend SketchUp, here is a link of many more programs:

http://en.wikipedia.org/wiki/Comparison_of_vector_graphics_editors

2
On

Asymptote is an open-source program that can draw 3D graphs of functions and save them as "high-quality PostScript, PDF, SVG, or 3D PRC vector graphics". As of writing, they have installation binaries for Linux, Mac OS X, and Windows. However, it takes a little bit of programming to use (example source, PDF result).

0
On

Check out matplotlib library for python - easy, free and powered by wonderful python!