#13131: Make a top-level table/Table function
----------------------------------+-----------------------------------------
       Reporter:  kcrisman        |         Owner:  was         
           Type:  enhancement     |        Status:  needs_review
       Priority:  major           |     Milestone:  sage-5.4    
      Component:  user interface  |    Resolution:              
       Keywords:                  |   Work issues:              
Report Upstream:  N/A             |     Reviewers:              
        Authors:  John Palmieri   |     Merged in:              
   Dependencies:                  |      Stopgaps:              
----------------------------------+-----------------------------------------

Comment (by jhpalmieri):

 By the way, doing something like
 {{{
 table(data, header_row=['a', 'b', 'c'], header_column=['x', 'y'])
 }}}
 is just strange. I can explain what it would do – first add the header row
 at the top of the data, then add the header column on the left – but in
 the docstring I just said that doing this is "not supported". Someone can
 specify `True` for one argument and a list for the other, or `True` for
 both, but I don't want to document using a list for both.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13131#comment:11>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to