Grid Entries Font Size
- To: mathgroup at smc.vnet.net
- Subject: [mg92926] Grid Entries Font Size
- From: John <jwa0 at lehigh.edu>
- Date: Mon, 20 Oct 2008 07:32:42 -0400 (EDT)
Mathematica 6 Style Sheet: default Screen Environment: working The command which follows prints the grid and its entries correctly In[13]:= Grid[{CDF[BinomialDistribution[{100, 200, 300}, .05], 4], CDF[BinomialDistribution[{100, 200, 300}, .05], 5]}, Frame -> True] Out[13]= \!\(\* TagBox[GridBox[{ {"0.4359813006856941`", "0.02644680000912184`", "0.0006908339871182927`"}, {"0.6159991279561143`", "0.06234249504228639`", "0.002332138650100356`"} }, ColumnsEqual->False, GridBoxFrame->{"ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> True}}, GridBoxItemSize->{ "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, RowsEqual->False], "Grid"]\) Questions follow: How do I force the entries to be printed in a bold font of specified size? How do I round the entries to a specified number of decimals? John