Diff for /loncom/homework/templates/Plot_curve.problem between versions 1.2 and 1.4

version 1.2, 2003/12/17 17:55:27 version 1.4, 2007/07/30 21:52:21
Line 4 Line 4
 # Enter computations here  # Enter computations here
 </script>  </script>
   
 <gnuplot width="300" transparent="off" samples="100" grid="on" font="large" bgcolor="xffffff" height="300" align="left" fgcolor="x000000" border="on" plottype="Cartesian" >  <gnuplot width="300" transparent="off" samples="100" grid="on" font="9" bgcolor="xffffff" height="300" align="left" fgcolor="x000000" border="on" plottype="Cartesian" >
     <axis xmin="-5" ymin="-4" xmax="5" ymax="4" color="x000000" />      <axis xmin="-5" ymin="-4" xmax="5" ymax="4" color="x000000" />
     <xlabel>Label X</xlabel>      <xlabel>Label X</xlabel>
     <ylabel>Label Y</ylabel>      <ylabel>Label Y</ylabel>
Line 20 Line 20
     <responseparam name="sig" type="int_range,0-16" description="Significant Figures" default="0,15" />      <responseparam name="sig" type="int_range,0-16" description="Significant Figures" default="0,15" />
     <textline />      <textline />
 <hintgroup>  <hintgroup>
 <startouttext />Enter the hint text here. <endouttext />  <startouttext /><endouttext />
 </hintgroup>  </hintgroup>
 </numericalresponse>  </numericalresponse>
 </problem>  </problem>

Removed from v.1.2  
changed lines
  Added in v.1.4


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