Diff for /loncom/xml/lonplot.pm between versions 1.167 and 1.168

version 1.167, 2012/10/07 15:04:44 version 1.168, 2012/11/20 15:11:05
Line 1764  sub generate_tics { Line 1764  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.167  
changed lines
  Added in v.1.168


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