--- loncom/xml/lonplot.pm	2002/05/01 15:56:23	1.75
+++ loncom/xml/lonplot.pm	2002/05/01 15:58:42	1.76
@@ -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 @@ sub write_gnuplot_file {
 	    $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