[LON-CAPA-cvs] cvs: loncom /xml lonplot.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Wed, 01 May 2002 15:58:42 -0000
matthew Wed May 1 11:58:42 2002 EDT
Modified files:
/loncom/xml lonplot.pm
Log:
Change to aspect ratio for printing. +0.02 :)
Index: loncom/xml/lonplot.pm
diff -u loncom/xml/lonplot.pm:1.75 loncom/xml/lonplot.pm:1.76
--- loncom/xml/lonplot.pm:1.75 Wed May 1 11:56:23 2002
+++ loncom/xml/lonplot.pm Wed May 1 11:58:42 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Dynamic plot
#
-# $Id: lonplot.pm,v 1.75 2002/05/01 15:56:23 matthew Exp $
+# $Id: lonplot.pm,v 1.76 2002/05/01 15:58:42 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1042,7 +1042,7 @@
$label->{'xpos'}.','.$label->{'ypos'}.' '.$label->{'justify'}.$/ ;
}
if ($target eq 'tex') {
- $gnuplot_input .="set size 1,".$plot{'height'}/$plot{'width'}*1.36;
+ $gnuplot_input .="set size 1,".$plot{'height'}/$plot{'width'}*1.38;
$gnuplot_input .="\n";
}
# curves