[LON-CAPA-cvs] cvs: loncom /homework/templates Plot_curve.problem Plot_data.problem
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Mon, 30 Jul 2007 21:52:25 -0000
albertel Mon Jul 30 17:52:25 2007 EDT
Modified files:
/loncom/homework/templates Plot_curve.problem Plot_data.problem
Log:
- switch to a numeric font size for templates (BUG#5234)
Index: loncom/homework/templates/Plot_curve.problem
diff -u loncom/homework/templates/Plot_curve.problem:1.3 loncom/homework/templates/Plot_curve.problem:1.4
--- loncom/homework/templates/Plot_curve.problem:1.3 Thu Apr 22 13:14:30 2004
+++ loncom/homework/templates/Plot_curve.problem Mon Jul 30 17:52:21 2007
@@ -4,7 +4,7 @@
# Enter computations here
</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" />
<xlabel>Label X</xlabel>
<ylabel>Label Y</ylabel>
Index: loncom/homework/templates/Plot_data.problem
diff -u loncom/homework/templates/Plot_data.problem:1.2 loncom/homework/templates/Plot_data.problem:1.3
--- loncom/homework/templates/Plot_data.problem:1.2 Thu Apr 22 13:14:30 2004
+++ loncom/homework/templates/Plot_data.problem Mon Jul 30 17:52:21 2007
@@ -11,7 +11,7 @@
### }
</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" />
<xlabel>Label X</xlabel>
<ylabel>Label Y</ylabel>