Ticket #3167 (new defect)

Opened 8 months ago

Last modified 3 months ago

notebook -- jmol 3d plots in the dynamic live worksheet-based reference manual do not work

Reported by: was Assigned to: mhansen
Priority: blocker Milestone: sage-3.4
Component: graphics Keywords:
Cc:

Description

1. Go to the 3d plots section of the reference manual, e.g.,

http://localhost:8000/doc/live/ref/module-sage.plot.plot3d.parametric-plot3d.html

2. Hit shift-enter to evaluate a plot.

3. Observe that the plot doesn't work.

This should be easy to replicate on all operating systems, etc. This bug was reported by walter neumann on March 11, 2008.


As a temporary workaround you can do the following:

  1. View the page of the html reference manual of interest to you that contains 3d plotting code.
  2. Click in the upper left on File -> Copy Worksheet.

You'll get a complete copy of the page of the reference manual as a normal worksheet. You can then use shift-enter to evaluate 3d plots and they should work fine in that copy (since it is just a normal worksheet).

Change History

05/29/2008 01:29:29 PM changed by mabshoff

  • priority changed from major to blocker.

It would be nice if we could fix this soon.

Cheers,

Michael

09/29/2008 03:41:07 PM changed by mabshoff

  • owner changed from was to mhansen.

This is fixed by Mike Hansen's transformation of the documentation to ReST. So once this happens this ticket ought to be closed.

Cheers,

Michael