Skip to main content
12 events
when toggle format what by license comment
Mar 24, 2022 at 13:59 comment added Nicholas G @ChrisDegnen Thanks. Alignment->"." works for the numbers column but the rest of the table is right-aligned. Alignment->{Left,"."} does not work, nor does it if I add one more Left for the third column. The entire table is aligned left, I think. What works is to use the alternating pattern, ->{{Left,"."}}.
Mar 24, 2022 at 13:02 comment added Chris Degnen @NicholasG You can just use Alignment -> {{Left, "."}}
Mar 24, 2022 at 12:45 comment added Nicholas G I suppose that to align by decimal point one could separate the numbers into their integer and decimal components and put them in two columns. It seems somewhat clumsy but that would be the complete answer, no?
Feb 21, 2016 at 18:46 vote accept Cham
Feb 21, 2016 at 18:00 comment added Cham Yep, works great ! I think this is it. I'll wait a bit before marking your answer, in case someone else find something simpler (I doubt it !). We never know, with Mathematica !
Feb 21, 2016 at 17:52 comment added Chris Degnen You could also put the 2nd & 3rd column together with Row, inside the grid.
Feb 21, 2016 at 17:50 comment added Cham Wow ! The Frame->All option is nice, as a table in the 3D view !
Feb 21, 2016 at 17:45 comment added Chris Degnen See the ItemSize option for Grid. Also using Frame->All to see the grid cells.
Feb 21, 2016 at 17:34 comment added Cham This solution is doing exactly what I was asking. Thanks a lot ! I'm very tempted to mark it immediately as "THE" solution. Just a question before : what controls the spacing after the numbers, just before their units ? What if I prefer a smaller spacing for the units only ?
Feb 21, 2016 at 17:24 comment added Cham Appears to work very well. I'll study this...
Feb 21, 2016 at 17:24 history edited Chris Degnen CC BY-SA 3.0
added 49 characters in body
Feb 21, 2016 at 17:17 history answered Chris Degnen CC BY-SA 3.0