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.7 by greg, Fri Mar 30 16:44:18 2012 UTC vs.
Revision 2.8 by greg, Thu Apr 26 21:03:58 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 <    system "psign -s -.15 -cf 1 1 1 -cb 0 0 0 -h $sheight $text > $slabpic";
280 >    open PSIGN, "| psign -s -.15 -cf 1 1 1 -cb 0 0 0 -h $sheight > $slabpic";
281 >    print PSIGN "$text\n";
282 >    close PSIGN;
283  
284      # Legend: Create the background colours
285      $cmd = qq[pcomb $pc0args];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines