I've build the pgplot5.2 library with the pgplot-5.2.2-cd3
patch but when I run demo cartography I still get grayscale
maps. This is the test sequence in perldl, any ideas what
I'm doing wrong here:
perldl> use PDL::Graphics::PGPLOT::Window
perldl> $im = sequence(24,16)
perldl> $im3 = $im(:,:,*3)
perldl> ?vars
PDL variables in package main::
Name Type Dimension Flow State Mem
----------------------------------------------------------------
$im Double D [24,16] P 3.00Kb
$im3 Double D [24,16,3] -C 0.00Kb
perldl> $win = pgwin()
Graphics device/type (? to see list, default /NULL): /xw
perldl> $win->rgbi($im3)
PGPLOT rgbi called, but RGB support is not present. Using grayscale instead.
Displaying 24 x 16 image from 0 to 1149, using 84 colors (16-99)...
Suggestions appreciated.
Thanks in advance,
Chris
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl