Ticket #1516 (closed enhancement: fixed)
[with patch, spkg, needs review] jmol spkg, useable from command line
| Reported by: | robertwb | Owned by: | robertwb |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.9.2 |
| Component: | graphics | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Attachments
Change History
comment:1 Changed 6 years ago by robertwb
- Owner changed from was to robertwb
- Status changed from new to assigned
comment:2 Changed 6 years ago by robertwb
- Summary changed from jmol spkg, use from notebook and command line to [with patch, spkg] jmol spkg, useable from command line
See spkg at http://sage.math.washington.edu/home/robertwb/3d/jmol-11.2.14.spkg
Note, this is 14MB, but it is just the full Jmol bundle which has about 4MB docs, 6MB source, and 3M redundant applet binaries, not all of which we may want to include.
I realize the bundle has other patches from other tickets (e.g. #1533), but these are needed.
comment:3 Changed 6 years ago by robertwb
Examples
sage: from sage.plot.plot3d.all import * sage: S = plot3d(lambda x, y: abs(zeta(x+y*i)), (-3,3), (-3,3), ['red','blue']) sage: S.show(viewer='jmol') sage: (S + axes3d(5)).show(viewer='jmol')
Note: See
TracTickets for help on using
tickets.

