[LON-CAPA-cvs] cvs: loncom /homework/templates Plot_curve.problem

matthew lon-capa-cvs@mail.lon-capa.org
Wed, 17 Dec 2003 17:55:27 -0000


matthew		Wed Dec 17 12:55:27 2003 EDT

  Modified files:              
    /loncom/homework/templates	Plot_curve.problem 
  Log:
  Now with correct XML!
  
  
Index: loncom/homework/templates/Plot_curve.problem
diff -u loncom/homework/templates/Plot_curve.problem:1.1 loncom/homework/templates/Plot_curve.problem:1.2
--- loncom/homework/templates/Plot_curve.problem:1.1	Wed Dec 17 11:56:59 2003
+++ loncom/homework/templates/Plot_curve.problem	Wed Dec 17 12:55:27 2003
@@ -9,7 +9,7 @@
     <xlabel>Label X</xlabel>
     <ylabel>Label Y</ylabel>
     <curve linestyle="linespoints" name="My Plot" pointtype="0" color="x000000">
-        <curve>sin(x)</curve>
+        <function>sin(x)</function>
     </curve>
 </gnuplot>