Package Bio :: Package Graphics :: Module DisplayRepresentation
[hide private]
[frames] | no frames]

Module DisplayRepresentation

source code

Represent information for graphical display.

Classes in this module are designed to hold information in a way that makes it easy to draw graphical figures.

Classes [hide private]
  ChromosomeCounts
Represent a chromosome with count information.
Variables [hide private]
  RAINBOW_COLORS = {(1, 1): Color(.933333,.509804,.933333), (2, ...
Variables Details [hide private]

RAINBOW_COLORS

Value:
{(1, 1): Color(.933333,.509804,.933333),
 (2, 2): Color(.294118,0,.509804),
 (3, 3): Color(0,0,1),
 (4, 4): Color(0,.501961,0),
 (5, 5): Color(1,1,0),
 (6, 6): Color(1,.647059,0),
 (7, 20): Color(1,0,0)}