File:  [LON-CAPA] / doc / plot / sample.plot
Revision 1.1: download - view: text, annotated - select for diffs
Thu Dec 13 16:20:18 2001 UTC (22 years, 4 months ago) by matthew
Branches: MAIN
CVS tags: HEAD
*** empty log message ***

<!-- $Id -->
<?xml version="1.0"?>
<!DOCTYPE plot SYSTEM "plot.dtd">

<plot 
	height  = "200" 
	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>




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