Diff for /loncom/xml/lonplot.pm between versions 1.157 and 1.158

version 1.157, 2012/07/04 11:06:57 version 1.158, 2012/07/04 11:09:22
Line 1904  sub write_gnuplot_file { Line 1904  sub write_gnuplot_file {
     $plot_command.= ' '.$curve->{'limit'};      $plot_command.= ' '.$curve->{'limit'};
  }    } 
   
 #elsif ($curve->{'linetype'} ne '' &&  
 # $curve->{'linestyle'} eq 'lines')   
 #  
 #  
 #    $plot_command.= ' linetype ';  
 #    $plot_command.= $linetypes{$curve->{'linetype'}};  
 #    $plot_command.= ' linecolor rgb "';  
 #    # convert color from xaaaaaa to #aaaaaa  
 #    $curve->{'color'} =~ s/^x/#/;  
 #    $plot_command.= $curve->{'color'}.'"';  
 # }  
   
  # Figure out the linestyle:   # Figure out the linestyle:
   

Removed from v.1.157  
changed lines
  Added in v.1.158


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