We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc908f9 commit f4869f0Copy full SHA for f4869f0
lib/PDL/Graphics/PGPLOT/Window.pm
@@ -5166,7 +5166,7 @@ EOD
5166
}
5167
my($mask) = (isfinite $vals);
5168
$mask &= ($vals != $missing) if(defined $missing);
5169
- $mask->slice("1:-1") &= (($pp->slice("0:-2") != 0) | ($pp->slice("1:-1") != 0));
+ $mask->slice("1:-1") &= long(($pp->slice("0:-2") != 0) | ($pp->slice("1:-1") != 0));
5170
my($c,$d) = minmax(where($vals,$mask));
5171
$min .= $c;
5172
$max .= $d;
0 commit comments