Diff for /loncom/xml/lonplot.pm between versions 1.74 and 1.75

version 1.74, 2002/04/29 12:45:57 version 1.75, 2002/05/01 15:56:23
Line 1042  sub write_gnuplot_file { Line 1042  sub write_gnuplot_file {
     $label->{'xpos'}.','.$label->{'ypos'}.' '.$label->{'justify'}.$/ ;      $label->{'xpos'}.','.$label->{'ypos'}.' '.$label->{'justify'}.$/ ;
     }      }
     if ($target eq 'tex') {      if ($target eq 'tex') {
         $gnuplot_input .="set size 1,".$plot{'height'}/$plot{'width'};          $gnuplot_input .="set size 1,".$plot{'height'}/$plot{'width'}*1.36;
         $gnuplot_input .="\n";          $gnuplot_input .="\n";
         }          }
     # curves      # curves

Removed from v.1.74  
changed lines
  Added in v.1.75


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>