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.8 by greg, Thu Apr 26 21:03:58 2012 UTC

# Line 278 | Line 278 | if (($legwidth > 20) && ($legheight > 40)) {
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";
281 >    print PSIGN "$text\n";
282      close PSIGN;
283  
284      # Legend: Create the background colours

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines