#16226: Tachyon plot produces invalid file
-----------------------------------+------------------------
       Reporter:  niles            |        Owner:
           Type:  defect           |       Status:  new
       Priority:  major            |    Milestone:  sage-6.2
      Component:  graphics         |   Resolution:
       Keywords:  tachyon, plot3d  |    Merged in:
        Authors:                   |    Reviewers:
Report Upstream:  N/A              |  Work issues:
         Branch:                   |       Commit:
   Dependencies:                   |     Stopgaps:
-----------------------------------+------------------------

Comment (by niles):

 Tachyon plots use `sage.plot.plot3d.tri_plot.TrianglePlot`, which prints
 objects with `str(o)`
 
([https://github.com/sagemath/sage/blob/master/src/sage/plot/plot3d/tri_plot.py#L233
 see tri_plot.py line 233]).

 One quick fix is to add `__str__` or `__repr__` methods to
 `TachyonTriangle` and `TachyonSmoothTriangle` which print appropriately.
 There may be a more robust fix though.

--
Ticket URL: <http://trac.sagemath.org/ticket/16226#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