On Sat, Feb 23, 2008 at 11:04 AM, Luis Finotti <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Just a quick question. Since there is no java plugin for 64-bit
> firefox, does one need a 32-bit firefox (with the 32-bit java plugin)
> to get 3D plots in the notebook? (In Linux, running Debian Etch on
> Core 2 Duo with kernel 2.6.18-6-amd64.)
To see interactive 3d in the notebook you *need* some sort
of Java plugin. Period. For noninteractive 3d just put
viewer='tachyon' somewhere when making your 3d plot -- that
will work anywhere and doesn't use java at all, e.g,.
try this:
var('x,y')
plot3d(sin(x*y) - cos(y*x^2), (x,-2,2), (y,0,3), viewer='tachyon')
Sorry about requiring java for interactive 3d plots, but javascript
just isn't capable of that sort of thing right now.
-- William
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---