Bill, Devon has shown how to build the color palettes. Does this help a bit with applying different palettes to different series?
pd 'reset' pd 'type surface' pd 'bandcolor RBCLR' pd (i.4);(i.5);4 5 ?...@$ 256 pd 'bandcolor BGCLR' pd (4+i.3);(i.5);3 5 ?...@$ 256 pd 'show' > -----Original Message----- > From: [email protected] [mailto:programming- > [email protected]] On Behalf Of Bill Harris > Sent: Friday, 13 March 2009 17:50 > To: J Programming Forum > Subject: [Jprogramming] bandcolor? > > I'm trying to do a surface plot with a 7 by 5 array (or something like > that). I'd like to have a 3x5 field that's drawn from one color family > and a 4x5 field that's from another color family. > > As best as I can tell, the color is only related to the height along > the > Z axis. Is there an easy way to create such a diagram with each row > (or > column) in a color family I select, perhaps with the intensity of the > colors related to the height? (Using the Brewer series might be > interesting eventually but not necessary right now; right now, I need > to > pick the color family.) > > Oh, and can I make the color rows go either way? I presume |: is the > key. > > Thanks, > > Bill > -- > Bill Harris http://facilitatedsystems.com/weblog/ > Facilitated Systems Everett, WA 98208 USA > http://facilitatedsystems.com/ phone: +1 425 337-5541 > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
