| Hello! Is it possible to get a "static" plot of 3D-data? For example, if I state the fixed angles of view and want to get simply a PNG file. Maybe something like the command gives. If it isn't implemented in Sage right now, is it planned? Thanks. |
| There is a ray-tracer built into Sage called Tachyon. In the example from your previous question, try: or.. Here is the section of the Sage manual: Tachyon
Also, on a somewhat related note, if you want a "dynamic"/interactive plot without Java you can use " viewer='canvas3d' " for an HTML5-based 3d plot.
cswiercz (May 17 '11)
Nice! I didn't realize that was available.
benjaminfjones (May 17 '11)
Though one should point out that this doesn't work so well with the particular example given in L. See http://www.sagemath.org/doc/reference/sage/plot/plot3d/base.html for an example where it is really nice.
kcrisman (May 17 '11)
Thanks a lot! I heard something about Tachyon, but didn't think it was as easy! :) I'll play with it.
v_2e (May 18 '11)
It seems to need a var('x,y') before the plot3d() example in the answer above (it did for me anyhow)
deebs67 (May 18 '11) |
Asked: May 17 '11
Seen: 297 times
Last updated: May 18 '11
powered by ASKBOT version 0.7.22
Copyright Sage, 2010. Some rights reserved under creative commons license.