version 1.1, 2001/12/19 19:21:18
|
version 1.2, 2001/12/19 19:40:13
|
Line 4 A sample plot, hopefully.
|
Line 4 A sample plot, hopefully.
|
</title> |
</title> |
<body> |
<body> |
<h1>There should be a plot here someplace.... Or at least a broken image</h1> |
<h1>There should be a plot here someplace.... Or at least a broken image</h1> |
<plot |
<plot height = "150" |
height = "150" |
|
width = "200" |
width = "200" |
bgcolor = "xffffff" |
bgcolor = "xffffff" |
fgcolor = "x000000" |
fgcolor = "x000000" |
Line 14 A sample plot, hopefully.
|
Line 13 A sample plot, hopefully.
|
border = "off" |
border = "off" |
font = "large" > |
font = "large" > |
|
|
<!-- No term declaration because I can't think of one --> |
|
|
|
<title> Title text </title> |
<title> Title text </title> |
<xlabel> xlabel text </xlabel> |
<xlabel> xlabel text </xlabel> |
<ylabel> ylabel text </ylabel> |
<ylabel> ylabel text </ylabel> |
|
|
<key position="upper right" title="Functions" box="on" /> |
<key position="upper right" title="Functions" box="on" /> |
|
|
<axis |
<axis color="x000000" |
color="x000000" |
|
thickness="2.0" |
thickness="2.0" |
xmin="-10.0" |
xmin="-10.0" |
xmax=" 10.0" |
xmax=" 10.0" |
Line 36 A sample plot, hopefully.
|
Line 32 A sample plot, hopefully.
|
<function> f(x) = sin(x)</function> |
<function> f(x) = sin(x)</function> |
</curve> |
</curve> |
|
|
<curve color="x000000" name="Funky Function 2" linestyle="linespoints" > |
<curve color = "x000000" |
|
name = "Funky Function 2" |
|
linestyle = "linespoints" > |
<data>-5,-4,-3,-2,-1, 0, 1, 2, 3, 4, 5</data> |
<data>-5,-4,-3,-2,-1, 0, 1, 2, 3, 4, 5</data> |
<data> 2, 2, 2, 2, 2, 0,-4,-4,-4,-4,-4</data> |
<data> 2, 2, 2, 2, 2, 0,-4,-4,-4,-4,-4</data> |
<data> 2, 2, 2, 2, 2, 0,-4,-4,-4,-4,-4</data> |
<data> 2, 2, 2, 2, 2, 0,-4,-4,-4,-4,-4</data> |