#18357: Unicode Art
-------------------------------------+-------------------------------------
       Reporter:  vbraun             |        Owner:
           Type:  enhancement        |       Status:  needs_info
       Priority:  major              |    Milestone:  sage-6.8
      Component:  user interface     |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Volker Braun,      |    Reviewers:  Vincent Delecroix,
  Vincent Delecroix                  |  Volker Braun
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/vdelecroix/18357                 |  a27bfe5ca5f0dcffb8033f7b1a8583938c7c3a69
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 I am not responsible for that (with current develop version)
 {{{
 sage: b3 = BinaryTrees(3).an_element()
 sage: b1 = BinaryTrees(1).an_element()
 sage: ascii_art(b1) + ascii_art(b3) + ascii_art(b1)
 oo    o
   \
    o
     \
      o
 }}}
 You would like to change the semantic of `__add__`? Of course it would
 make sense that the objects get aligned on their baseline (I thought it
 was precisely the purpose of baseline).

 That way, I could remove the current hack for the separator as it will
 naturally appear on the baseline.

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