Ticket #1516 (closed enhancement: fixed)

Opened 6 years ago

Last modified 5 years ago

[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

jmol-cmdline.hg Download (5.4 KB) - added by robertwb 6 years ago.

Change History

comment:1 Changed 6 years ago by robertwb

  • Owner changed from was to robertwb
  • Status changed from new to assigned

Changed 6 years ago by robertwb

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')

comment:4 Changed 6 years ago by mabshoff

  • Milestone set to sage-2.9.1

comment:5 Changed 5 years ago by rlm

  • Summary changed from [with patch, spkg] jmol spkg, useable from command line to [with patch, spkg, needs review] jmol spkg, useable from command line

comment:6 Changed 5 years ago by mabshoff

  • Status changed from assigned to closed
  • Resolution set to fixed
  • Milestone changed from sage-2.10 to sage-2.9.2

This was merged some time in 2.9.2.X.

Cheers,

Michael

Note: See TracTickets for help on using tickets.