Qurak

ColumnSpacings

可用

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}]]

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個