With named input args, couldn't an error be given if an unhandled parameter name was given?
On Fri, Feb 7, 2014 at 11:19 AM, Ingo Schmid <[email protected]> wrote: > Hi, > > sorry, stupid of me, of course it's h_stop, not h_end. > > Ingo > > On 02/07/2014 04:54 PM, Ingo Schmid wrote: >> Hi, >> >> I tried to define a palette going from blue to white (or the other way >> round): >> >> $u=pal::HSVrange(h_start=>240,h_end=>240,s_start=>0,s_end=>1,v_start=>1,v_end=>1,gamma=>3); >> $t=sequence(16)*ones(16,16); >> plot (-t=> ds::Grid($t,bounds=>[0,0,1,1,],plotType => >> pgrid::Matrix(palette =>$u))); >> >> >> Looks like a bug to me? >> >> Ingo >> >> >> _______________________________________________ >> Perldl mailing list >> [email protected] >> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl >> > > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
