Hi Axel, hi list,

I just came across a strange behaviour of falsecolor:
the last version of falsecolor.pl (as of January 18) does not show the last
digit of the
lowest value in the legend. I just wanted to get a scale -s 100 -n 10 (i.e.
5, 15, ..., 95)
and here the last line "5" (the only digit in this case) is removed.

I don't work with perl and thus don't really have a clue what's going on.
However,
replacing the lines 280-282

    open PSIGN, "| psign -s -.15 -cf 1 1 1 -cb 0 0 0 -h $sheight > $slabpic";
    print PSIGN "$text";
    close PSIGN;

with the lines as in the version before (v. 2.5)

    $cmd = "echo '$text' | psign -s -.15 -cf 1 1 1 -cb 0 0 0";
    $cmd .= " -h $sheight > $slabpic";
    system $cmd;


solves the problem...

Cheers,
David
_______________________________________________
Radiance-dev mailing list
Radiance-dev@radiance-online.org
http://www.radiance-online.org/mailman/listinfo/radiance-dev

Reply via email to