mscook / SeqFindR

A tool to easily create informative genomic feature plots
http://mscook.github.io/SeqFindR/
Other
17 stars 12 forks source link

Colours in category colours seems to set an upper limit #10

Closed happykhan closed 11 years ago

happykhan commented 11 years ago

The colour category list seems to limit the number of possibly categories, either way you may want to randomly generate nice colours rather than define a strict colour set.

See: http://martin.ankerl.com/2009/12/09/how-to-create-random-colors-programmatically/

I have a version of this I use in my binCrisp script you could copy paste, see https://github.com/happykhan/binCrisp/blob/master/binCrisp.py