#17025: can't view vectors with canvas3d
----------------------------+------------------------
       Reporter:  kcrisman  |        Owner:
           Type:  defect    |       Status:  new
       Priority:  minor     |    Milestone:  sage-6.4
      Component:  graphics  |   Resolution:
       Keywords:            |    Merged in:
        Authors:            |    Reviewers:
Report Upstream:  N/A       |  Work issues:
         Branch:            |       Commit:
   Dependencies:            |     Stopgaps:
----------------------------+------------------------
Description changed by kcrisman:

Old description:

> As in the summary.

New description:

 {{{
 plot(vector([1,3,4]),viewer='canvas3d')
 }}}
 just ignores the viewer and uses jsmol instead.  This first became obvious
 by trying
 {{{
 sage: x,y,z=var('x y z')
 sage: plot_vector_field3d((x*cos(z),-y*cos(z),sin(z)), (x,0,pi), (y,0,pi),
 (z,0,pi),viewer='canvas3d')
 }}}
 but since that just adds vectors this is the underlying cause.

 Note that some 3d graphics primitives work fine in canvas3d, such as
 `sphere(viewer='canvas3d')`.

--

--
Ticket URL: <http://trac.sagemath.org/ticket/17025#comment:1>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to