#16487: Fix ascii art of tableaux
-------------------------------------+-------------------------------------
       Reporter:  tscrim             |        Owner:  sage-combinat
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.3
      Component:  combinatorics      |   Resolution:
       Keywords:  tableaux,          |    Merged in:
  convention, ascii art              |    Reviewers:
        Authors:  Travis Scrimshaw   |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  d346d6bd7a81204b6b68d742908800744083558e
  public/combinat/tableaux_ascii_art-16487|     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------
Changes (by vdelecroix):

 * cc: boussica (added)


Comment:

 It seems that you ignore number greater than 9 ;-)
 {{{
 sage: t = Tableau([[1,2,15,7],[12,5,6],[8,10],[9]])
 sage: ascii_art(t)
 +---+
 | 9 |
 +---+---+
 | 8 | 10 |
 +---+---+---+
 | 12 | 5 | 6 |
 +---+---+---+---+
 | 1 | 2 | 15 | 7 |
 +---+---+---+---+
 }}}

 I cced Adrien Boussicault which also wrote code for that.

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