Hi, I've been happily using where (for conditional plotting) since I was pointed to it here some time ago. Now I've run into a problem.
This works for me: points ($y->where($dsigma<10),$sigma->where($dsigma<10)); but this doesn't: points ($y->where($dsigma<10 and $v>100),$sigma->where($dsigma<10 and $v>100)); The error message is 'multielement piddle in conditional expression at x.pl line xxx'. $v is a piddle with the same dimensions as $y and $dsigma. Does where just not allow more than one condition, or is there something else going on here? -- Robert Cumming, Stockholms observatorium http://www.astro.su.se/~robert/ _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
