| Author |
Comment/Response |
Gideon
|
04/13/04 10:56am
Greetings!
I have a question that may interest a few people.
I have created a table with the following code:
The data
para1 = {{a, 50.0861, 0.0061}, {b, -1.2104, 0.0034},
{k, -0.00003324, 0.0100772}, {c, -3.56752, 0.03512}};
The code for the table:
tbl1= TableForm[para1, TableSpacing -> {1.5, 1.5}, TableHeadings -> {None,
{StyleForm[Parameters, FontColor -> RGBColor[0.7, 0.2, 0]],
StyleForm[Estimate, FontColor -> RGBColor[0.7, 0.2, 0]],
StyleForm[Error, FontColor -> RGBColor[0.7, 0.2, 0]]}
}]
Now I want to add this table as epilogue to my graph (a listplot of other data). How can I do this?
URL: , |
|