Diff for /loncom/xml/lonplot.pm between versions 1.176 and 1.177

version 1.176, 2016/01/22 22:30:07 version 1.177, 2017/04/02 21:38:15
Line 750  sub end_gnuplot { Line 750  sub end_gnuplot {
                     "</div>\n";                      "</div>\n";
   
             } else {              } else {
               $result .= "<img $srcatt $widthatt $heightatt $alignatt $altatt>";                  $result .= "<img $srcatt $widthatt $heightatt $alignatt $altatt>";
             }              }
         } elsif ($target eq 'tex') {          } elsif ($target eq 'tex') {
     &Apache::lonxml::debug(" gnuplot wid = $Apache::lonplot::plot{'width'}");      &Apache::lonxml::debug(" gnuplot wid = $Apache::lonplot::plot{'width'}");

Removed from v.1.176  
changed lines
  Added in v.1.177


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