Annotation of doc/plot/sample_plot.html, revision 1.2

1.1       matthew     1: <html>
                      2: <title>
                      3: A sample plot, hopefully.
                      4: </title>
                      5: <body>
                      6: <h1>There should be a plot here someplace.... Or at least a broken image</h1>
1.2     ! matthew     7: <plot   height      = "150" 
1.1       matthew     8: 	width       = "200" 
                      9: 	bgcolor     = "xffffff" 
                     10: 	fgcolor     = "x000000" 
                     11: 	transparent = "on" 
                     12: 	grid        = "on" 
                     13: 	border      = "off" 
                     14: 	font        = "large" >
                     15: 
                     16: 	<title>  Title text  </title>
                     17: 	<xlabel> xlabel text </xlabel>
                     18: 	<ylabel> ylabel text </ylabel>
                     19: 
                     20: 	<key position="upper right" title="Functions" box="on" />
                     21: 
1.2     ! matthew    22: 	<axis   color="x000000" 
1.1       matthew    23: 		thickness="2.0" 
                     24: 		xmin="-10.0"
                     25: 		xmax=" 10.0"
                     26: 		ymin="-10.0"
                     27: 		ymax=" 10.0" />
                     28: 
                     29: 	<label xpos="1.0" ypos="2.0" justify="left" >Label text! </label>
                     30: 
                     31: 	<curve color="x000000" name="Funky Function 1" linestyle="lines" >
                     32: 		<function> f(x) = sin(x)</function>
                     33: 	</curve>
                     34: 
1.2     ! matthew    35: 	<curve color     = "x000000" 
        !            36:                name      = "Funky Function 2" 
        !            37:                linestyle = "linespoints" >
1.1       matthew    38: 		<data>-5,-4,-3,-2,-1, 0, 1, 2, 3, 4, 5</data>
                     39: 		<data> 2, 2, 2, 2, 2, 0,-4,-4,-4,-4,-4</data>
                     40: 		<data> 2, 2, 2, 2, 2, 0,-4,-4,-4,-4,-4</data>
                     41: 		<data> 2, 2, 2, 2, 2, 0,-4,-4,-4,-4,-4</data>
                     42: 		<data> 2, 2, 2, 2, 2, 0,-4,-4,-4,-4,-4</data>
                     43: 		<data> 2, 2, 2, 2, 2, 0,-4,-4,-4,-4,-4</data>
                     44: 	</curve>
                     45: </plot>
                     46: </body>
                     47: </html>
                     48: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>