File:  [LON-CAPA] / doc / plot / sample_plot.html
Revision 1.1: download - view: text, annotated - select for diffs
Wed Dec 19 19:21:18 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
CVS tags: HEAD
Sample plot input file.

<html>
<title>
A sample plot, hopefully.
</title>
<body>
<h1>There should be a plot here someplace.... Or at least a broken image</h1>
<plot 
	height      = "150" 
	width       = "200" 
	bgcolor     = "xffffff" 
	fgcolor     = "x000000" 
	transparent = "on" 
	grid        = "on" 
	border      = "off" 
	font        = "large" >

	<!-- No term declaration because I can't think of one -->

	<title>  Title text  </title>
	<xlabel> xlabel text </xlabel>
	<ylabel> ylabel text </ylabel>

	<key position="upper right" title="Functions" box="on" />

	<axis 
		color="x000000" 
		thickness="2.0" 
		xmin="-10.0"
		xmax=" 10.0"
		ymin="-10.0"
		ymax=" 10.0" />

	<label xpos="1.0" ypos="2.0" justify="left" >Label text! </label>

	<curve color="x000000" name="Funky Function 1" linestyle="lines" >
		<function> f(x) = sin(x)</function>
	</curve>

	<curve color="x000000" name="Funky Function 2" linestyle="linespoints" >
		<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>
		<data> 2, 2, 2, 2, 2, 0,-4,-4,-4,-4,-4</data>
	</curve>
</plot>
</body>
</html>


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