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

Module Bio.Graphics.DisplayRepresentation

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
ChromosomeCounts Represent a chromosome with count information.

Variable Summary
dict RAINBOW_COLORS = {(7, 20): Color(1,0,0), (5, 5): Color(1...

Variable Details

RAINBOW_COLORS

Type:
dict
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)}                                                

Generated by Epydoc 2.1 on Thu Aug 10 20:05:34 2006 http://epydoc.sf.net