--- loncom/xml/lonplot.pm 2002/04/29 12:45:57 1.74 +++ 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.74 2002/04/29 12:45:57 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'}; + $gnuplot_input .="set size 1,".$plot{'height'}/$plot{'width'}*1.38; $gnuplot_input .="\n"; } # curves