Annotation of loncom/homework/templates/Plot.problem, revision 1.2
1.1 albertel 1: <problem>
2:
1.2 ! matthew 3: <script type="loncapa/perl"># Enter computations here
! 4: </script>
! 5:
! 6: <gnuplot width="300" transparent="off" samples="100" grid="on" font="large" bgcolor="xffffff" height="300" align="left" fgcolor="x000000" border="on">
! 7: <axis xmin="0" ymin="0" xmax="10" ymax="10" color="x000000" />
1.1 albertel 8: <xlabel>Label X</xlabel>
9: <ylabel>Label Y</ylabel>
10: <curve linestyle="linespoints" name="My Plot" pointtype="0" color="x000000">
1.2 ! matthew 11: <data>1,2,3,4,5,6,7,8,9</data>
! 12: <data>1,2,3,4,5,6,7,8,9</data>
! 13: </curve>
1.1 albertel 14: </gnuplot>
15:
1.2 ! matthew 16: <startouttext />Enter Question Text Here.<endouttext />
1.1 albertel 17:
1.2 ! matthew 18: <numericalresponse answer="">
! 19: <responseparam name="tol" type="tolerance" description="Numerical Tolerance" default="5%" />
! 20: <responseparam name="sig" type="int_range,0-16" description="Significant Figures" default="0,15" />
! 21: <textline />
! 22: <hintgroup>
! 23: <startouttext />Enter the hint text here. <endouttext />
! 24: </hintgroup>
1.1 albertel 25: </numericalresponse>
26: </problem>
1.2 ! matthew 27:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>