[sage-support] Re: Is it possible to animate points in 3d?

2009-10-21 Thread QuantumDream
icket:http://trac.sagemath.org/sage_trac/ticket/1483 > > Unfortunately I stalled in the review process for that, hopefully > someone will breathe some life in it soon.  As browsers continue to > evolve and javascript implementations improve this will probably be > the best solution

[sage-support] Is it possible to animate points in 3d?

2009-10-20 Thread QuantumDream
In 2d the following code works fine a = animate([point([k,k^2], pointsize=50, rgbcolor='red') for k in srange(-1,2,0.5)], xmin=-2, xmax=2, ymin=-1, ymax=5) a.show() = Now if I try to do something like

[sage-support] Re: Question about jmol in SAGE

2009-10-16 Thread QuantumDream
Problem solved. It turns out there is a stand-alone version of Jmol for Linux. Best. -M. On Oct 12, 4:50 pm, QuantumDream wrote: > Is it possible to export the output of thejmolapplet (not just a > snapshot pic) to use it offline, say in the middle of a presentation, > without having

[sage-support] Question about jmol in SAGE

2009-10-12 Thread QuantumDream
Is it possible to export the output of the jmol applet (not just a snapshot pic) to use it offline, say in the middle of a presentation, without having to start SAGE & FF and load the notebook? I know you can export the javascript code from jmol, but I have no clue how to proceed. I'm using SAGE