File:  [LON-CAPA] / loncom / homework / templates / Attic / Plot.problem
Revision 1.1: download - view: text, annotated - select for diffs
Thu Jun 6 08:56:43 2002 UTC (21 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_0_5_1, version_0_5, version_0_4, stable_2002_july, STABLE, HEAD
- new templates from felicia

<problem>
<script type="loncapa/perl"># Enter computations here</script><gnuplot width="300" transparent="off" grid="on" font="large" bgcolor="xffffff" height="300" align="left" fgcolor="x000000" border="on">
    <axis xmin="0" ymin="0" xmax="15" ymax="15" color="x000000" />

    <xlabel>Label X</xlabel>

    <ylabel>Label Y</ylabel>

    


    <curve linestyle="linespoints" name="My Plot" pointtype="0" color="x000000">
     <data>1,2,3,4,5,6,7,8,9,10</data>
     <data>1,2,3,4,5,6,7,8,9,10</data>
</curve>
</gnuplot>


<startouttext />Enter Question Text Here.<endouttext />
<numericalresponse answer="" id="11">
	<responseparam name="tol" type="tolerance" description="Numerical Tolerance" default="5%" />
	<responseparam name="sig" type="int_range,0-16" description="Significant Figures" default="0,15" />
	<textline />
	<hintgroup>
		<startouttext />Enter the hint text here.
		<endouttext />
	</hintgroup>
</numericalresponse>
</problem>

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