ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/falsecolor.pl
(Generate patch)

Comparing ray/src/px/falsecolor.pl (file contents):
Revision 2.6 by greg, Wed Jan 18 00:30:35 2012 UTC vs.
Revision 2.7 by greg, Fri Mar 30 16:44:18 2012 UTC

# Line 277 | Line 277 | if (($legwidth > 20) && ($legheight > 40)) {
277          $value =~ s/(\.[0-9]{3})[0-9]*/$1/;
278          $text .= "\n$value";
279      }
280 <    open PSIGN, "| psign -s -.15 -cf 1 1 1 -cb 0 0 0 -h $sheight > $slabpic";
281 <    print PSIGN "$text";
282 <    close PSIGN;
280 >    system "psign -s -.15 -cf 1 1 1 -cb 0 0 0 -h $sheight $text > $slabpic";
281  
282      # Legend: Create the background colours
283      $cmd = qq[pcomb $pc0args];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines