On 7/24/10 5:59 AM, rth wrote:
Hi,

I am aware that there is a lot of information available on the topic
however as some of it is few years old, I just wanted to be sure I
missed nothing.
     I wonder what is currently the easiest way to make an interactive
3d plot from numerical data inside sage notebook? Something like
plot3d but taking numpy array instead of a symbolic function as input
argument.  By "interactive" I mean in particular with the ability to
rotate it.
    For instance, is it possible to render matplotlib 3d plots (http://
www.scipy.org/Cookbook/Matplotlib/mplot3D) using jmol?


Yes.  Try using list_plot3d:

http://www.sagemath.org/doc/reference/sage/plot/plot3d/list_plot3d.html

This interpolates a surface from an array.

Thanks,

Jason

--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to