On Sat, Apr 21, 2012 at 3:38 AM, Graham Parkhouse
<graham.parkho...@ntlworld.com> wrote:
>
> Can I create my own palette, like was done for the Surface of Revolution,
> using CLR=: (RED,:YELLOW) hue 0.1*i.11? Or was this done in a plotting
> locale?
>

The answer is yes (see my previous post). The colorxy_jzplot_ verb
looks like it could be useful for building palettes.
  MYCLR_z_=: (255 0 0,:255 255 0) hue int01 #~.datgrp
becomes:
  MYCLR_z_=: (#~.datgrp) colorxy_jzplot_ 1 0 0 ,: 1 1 0
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to