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
