|
[Date Index]
[Thread Index]
[Author Index]
Spacings option fails in Grid without Frame
- To: mathgroup at smc.vnet.net
- Subject: [mg115498] Spacings option fails in Grid without Frame
- From: István Zachar <zac at freemail.hu>
- Date: Thu, 13 Jan 2011 03:23:53 -0500 (EST)
Dear Group,
Example below generates two grid, the first has its left margin set to
15 units, while the second grid has default left margin (minimal),
since no frame was defined. Is it the intended behavior?
Grid[{{1, 1}, {2, 2}}, Frame -> True, Spacings -> {1 -> 15}]
Grid[{{1, 1}, {2, 2}}, Frame -> None, Spacings -> {1 -> 15}]
Istv=E1n
Prev by Date:
Re: question on diophantine equations in Mathematica
Next by Date:
SetOptions does not work with Grid
Previous by thread:
Re: Parallelize & Functions That Remember Values They Have Found
Next by thread:
SetOptions does not work with Grid
|