Diff for /loncom/homework/templates/Plot_data.problem between versions 1.2 and 1.3

version 1.2, 2004/04/22 17:14:30 version 1.3, 2007/07/30 21:52:21
Line 11 Line 11
 ### }  ### }
 </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="0" ymin="0" xmax="10" ymax="10" color="x000000" />      <axis xmin="0" ymin="0" xmax="10" ymax="10" color="x000000" />
     <xlabel>Label X</xlabel>      <xlabel>Label X</xlabel>
     <ylabel>Label Y</ylabel>      <ylabel>Label Y</ylabel>

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


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