Hi,
Sage-3.1.1 and TeXmacs-1.0.7 used:
2D plot will be embedded in TeXmacs worksheet;
> sage: var('x,y')
> sage: plot3d(sin(x*y),(x,-1,1),(y,-1,1)).show()
3D Plot will be showed by Jmol;
> (3) What if you do
> sage: var('x,y')
> sage: plot3d(sin(x*y),(x,-1,1),(y,-1,1)).show(viewer='tachyon')
>
3D plot will be shown in firefox browser.
cch
--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---