Hi Adrian,
> > average angle as the coloring method. It seems like it would just use
> > apply_cmap in this case.
>
> That is right. Each model type can do its own thing. It is just
> coincidental that the current models use the same colouring.
I can experiment in conway. I will try to add color by consituent and color by
"sym_repeat".
I tried using the rand map but jumble looks better. But jumble shouldn't be hard
coded so I will ultimately set it to rand.
> Likewise, for the current models it would be better to overide the
> random map with some colours tailored for specific angles to make
> the models look nicer. But, for colouring the uniform compounds by
> part the random map could be improved by a map to override the first
> 20 entries with a set of easily differentiated colours.
I didn't realize this would work but conway can select colors from the random
map. I tried many different indexes but I was never able to hit anything yellow!
Mostly it seems to favor the violet part of the spectrum.
conway ajaI -M rand -F 11,22,33 | antiview
What if you could select random entries from the rainbow map? Those colors are
already fairly bright. But there would be nothing in the grey scale mixed in.
Nor would there be anything in the browns or pastels for that matter. It is very
tricky to get a good mix of colors!
Roger