| Author |
Comment/Response |
brenda
|
03/11/07 8:38pm
how do you plot a graph. Here's copy of of points that i need to graph- xy graph
\!\(\*
RowBox[{
RowBox[{
RowBox[{"data", "=", " ", "\[IndentingNewLine]", GridBox[{
{".123", ".588"},
{".145", ".637"},
{".166", ".686"},
{".187", ".735"},
{".210", ".784"},
{".230", ".833"},
{".253", ".882"},
{".275", ".931"},
{".298", ".980"},
{".317", "1.029"},
{".337", "1.078"},
{".354", "1.127"},
{".375", "1.176"}
},
GridFrame->True,
RowLines->True,
ColumnLines->True]}], ";"}], "\[IndentingNewLine]", \(dots = \
listplot[data, axeslabel -> \ {\ "\<acceleration\>"\ , \
"\<m2g\>"}, \[IndentingNewLine]plotstyke -> \({0}\
axisorgin -> \ {0,
0}\), \ aspectratio -> 1, \[IndentingNewLine]plotrange -> \ {{
0, \ .5}\ {0, 1.5}}, \ gridlines -> Automatic]\),
"\[IndentingNewLine]", " ", \(show\ [graphics[data]]\),
"\[IndentingNewLine]", "Print"}]\)
URL: , |
|