Qurak

ColumnSpacings

Disponible

option for column spacing in grids

ColumnSpacings
GridBox[{{"a", "b", "c"}, {"d", "e", "f"}}, ColumnSpacings -> 2]//DisplayForm → DisplayForm[GridBox[{{a, b, c}, {d, e, f}}, ColumnSpacings -> 2]]GridBox[{{"a", "b", "c"}, {"d", "e", "f"}}, ColumnSpacings -> {2, 5}]//DisplayForm → DisplayForm[GridBox[{{a, b, c}, {d, e, f}}, ColumnSpacings -> {2, 5}]]

Connexes

Les 6300 fonctions · Utiliser ceci depuis un client MCP