Annotation of loncom/homework/templates/Plot.problem, revision 1.1
1.1 ! albertel 1: <problem>
! 2: <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">
! 3: <axis xmin="0" ymin="0" xmax="15" ymax="15" color="x000000" />
! 4:
! 5: <xlabel>Label X</xlabel>
! 6:
! 7: <ylabel>Label Y</ylabel>
! 8:
! 9:
! 10:
! 11:
! 12: <curve linestyle="linespoints" name="My Plot" pointtype="0" color="x000000">
! 13: <data>1,2,3,4,5,6,7,8,9,10</data>
! 14: <data>1,2,3,4,5,6,7,8,9,10</data>
! 15: </curve>
! 16: </gnuplot>
! 17:
! 18:
! 19: <startouttext />Enter Question Text Here.<endouttext />
! 20: <numericalresponse answer="" id="11">
! 21: <responseparam name="tol" type="tolerance" description="Numerical Tolerance" default="5%" />
! 22: <responseparam name="sig" type="int_range,0-16" description="Significant Figures" default="0,15" />
! 23: <textline />
! 24: <hintgroup>
! 25: <startouttext />Enter the hint text here.
! 26: <endouttext />
! 27: </hintgroup>
! 28: </numericalresponse>
! 29: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>