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.16 by greg, Mon Jan 6 17:03:26 2020 UTC vs.
Revision 2.17 by greg, Wed Oct 14 02:39:10 2020 UTC

# Line 350 | Line 350 | if ($legwidth > 0) {
350   } else {
351      # Create dummy colour scale and legend labels so we don't
352      # need to change the final command line.
353 <    open(FHscolpic, ">$scolpic");
354 <    print FHscolpic "\n-Y 1 +X 1\naaa\n";
355 <    close(FHscolpic);
356 <    open(FHslabpic, ">$slabpic");
357 <    print FHslabpic "\n-Y 1 +X 1\naaa\n";
358 <    close(FHslabpic);
353 >    system "pcomb -x 1 -y 1 -e lo=1 > $scolpic";
354 >    system "pcomb -x 1 -y 1 -e lo=1 > $slabpic";
355   }
356  
357   # Legend: Invert the text labels (for dropshadow)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines