Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Enhenced table

This code create a nice time

rows = [[100,2,3], [4,5,60]] t=table(rows, header_row=['a', 'b','c'], header_column=['','aa', 'bb']) show(t)

but aa and bb are not in bold. How to obtain a bold face and some separators betwwen line and column ?

Enhenced table

This code create a nice time

rows = [[100,2,3], [4,5,60]] t=table(rows, header_row=['a', 'b','c'], header_column=['','aa', 'bb']) show(t)

but aa and bb are not in bold. How to obtain a bold face and some separators betwwen line and column ?

Enhenced table

This code create a nice time table

rows = [[100,2,3], [4,5,60]] t=table(rows, header_row=['a', 'b','c'], header_column=['','aa', 'bb']) show(t)

but aa and bb are not in bold. How to obtain a bold face and some separators betwwen line and column ?

Enhenced table

This code create a nice table

rows = [[100,2,3], [4,5,60]] t=table(rows, header_row=['a', 'b','c'], header_column=['','aa', 'bb']) show(t)

but aa and bb are not in bold. How to obtain a bold face and some separators betwwen line and column ?

Enhenced Enhanced table

This code create a nice table

rows = [[100,2,3], [4,5,60]] [4,5,60]]

t=table(rows, header_row=['a', 'b','c'], header_column=['','aa', 'bb']) 'bb'])

show(t)

but aa aa and bb bb are not in bold. How to obtain a bold face and some separators betwwen line and column ?

Enhanced table

This code create creates a nice table

sage: rows = [[100,2,3], [4,5,60]]

t=table(rows, [[100, 2, 3], [4, 5, 60]] sage: t = table(rows, header_row=['a', 'b','c'], header_column=['','aa', 'bb'])

show(t)

'b', 'c'], header_column=['', 'aa', 'bb']) sage: show(t)

but aa and bb are not in bold. How to obtain a bold face face and some separators betwwen line between lines and column ?columns?