Package Bio :: Package Graphics :: Module Distribution :: Class BarChartDistribution
[show private | hide private]
[frames | no frames]

Class BarChartDistribution


Display the distribution of values as a bunch of bars.
Method Summary
  __init__(self, display_info)
Initialize a Bar Chart display of distribution info.
  draw(self, cur_drawing, start_x, start_y, end_x, end_y)
Draw a bar chart with the info in the specified range.

Method Details

__init__(self, display_info=[])
(Constructor)

Initialize a Bar Chart display of distribution info.

Class attributes:

o display_info - the information to be displayed in the distribution. This should be ordered as a list of lists, where each internal list is a data set to display in the bar chart.

draw(self, cur_drawing, start_x, start_y, end_x, end_y)

Draw a bar chart with the info in the specified range.

Generated by Epydoc 2.1 on Wed Jan 31 09:59:41 2007 http://epydoc.sf.net