Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Table intercolumn spaces

This code

A = matrix([[3, 1], [0, 2]])
B = matrix([[2, 1], [0, 3]])
bots = NormalFormGame([A, B])
botsr=[[tuple(bots[(0,0)]),tuple(bots[(0,1)])],[tuple(bots[(1,0)]),tuple(bots[(1,1)])]]
t=table(botsr,header_row=['Boxe','Ballet'],header_column=['',r'<b> Boxe</b>',r'<b> Ballet</b>'])
show(t)

produce thisimage description. is ther a way to shorten the space between columns because it's ugly