Diff for /loncom/xml/lonplot.pm between versions 1.165 and 1.166

version 1.165, 2012/07/24 11:05:11 version 1.166, 2012/09/10 09:51:15
Line 1759  sub generate_tics { Line 1759  sub generate_tics {
 sub write_gnuplot_file {  sub write_gnuplot_file {
     my ($tmpdir,$filename,$target)= @_;      my ($tmpdir,$filename,$target)= @_;
     my ($fontsize, $font_properties) =  &get_font($target);      my ($fontsize, $font_properties) =  &get_font($target);
       &Apache::lonnet::logthis("Fontsize: $fontsize");
     my $gnuplot_input = '';      my $gnuplot_input = '';
     my $curve;      my $curve;
     #      #

Removed from v.1.165  
changed lines
  Added in v.1.166


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