#12299: Advance Jmol Interactive Features in Flask Notebook
-------------------------------------------------------+--------------------
Reporter: gutow | Owner: jason,
mpatel, was
Type: enhancement | Status:
needs_work
Priority: major | Milestone:
sage-5.2
Component: notebook | Resolution:
Keywords: Jmol, 3D, notebook | Work issues: pop-up
menu?
Report Upstream: Reported upstream. No feedback yet. | Reviewers:
Karl-Dieter Crisman, Steven Trogdon
Authors: Jonathan Gutow | Merged in:
Dependencies: #11080,#11078,#11503 | Stopgaps:
-------------------------------------------------------+--------------------
Comment (by gutow):
Replying to [comment:28 strogdon]:
> 1. Occasionally, when an applet is made Interactive and the controls
are toggled to "Download this view", if the download is cancelled then the
Advanced controls disappear. The cell has to be re-evaluated to recover
the controls. This usually happens after a first "Make Interactive"
request for any one applet. Subsequent requests to Download do not seem to
cause the Advanced controls to disappear.
This is some kind of communication issue. Probably associated with
switching from unsigned to signed applets. What do you think about always
using the signed applet? This will generate that warning about access to
your computer the first time it is launched.
> 1. When a download is requested I get two requests to save when I
cancel saving the jmol file.
Yeah, that is annoying. It's something about the Java use of the save
dialog. If I can catch Bob Hanson not working on something interesting,
maybe we can fix that. We do know about it.
> 1. Is anyone able to get the grid to appear on the small red sphere for
>
> {{{
> x, y = var('x y');W = plot3d(sin(pi*((x)^2+(y)^2))/2,(x,-1,1),(y,-1,1),
color='purple', opacity=0.8);S = sphere((0,0,0),size=0.3, color='red',
aspect_ratio=[1,1,1]);show(W + S, figsize=4)
> }}}
I believe the sphere is a sphere object, which is not a surface defined by
a bunch of vertices and triangles, thus there is no mesh to display. If
Sage were to calculate it as a pmesh surface rather than use the Jmol
builtin, then there would be a mesh.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12299#comment:30>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.