Previous Next blank.gif blank.gif

Module barchart


SYNOPSIS

# Classes
class BarChart
class DataList(UserList)
class StackedBarChart(BarChart)
# Functions
def simple_test()
def stacked_test()
# Variables
string AQUA = '#33CCCC'
string BLACK = '#000000'
string BLUE = '#0000FF'
string BLUE = '#0000FF'
string BLUE2 = '#0000EE'
string BLUE3 = '#0000DD'
string BLUE4 = '#0000CC'
string BLUE5 = '#0000BB'
string BLUE6 = '#000099'
string BROWN = '#CC9966'
string CADETBLUE = '#9999CC'
string COPPER = '#CC6600'
string GRAY = '#0C0C0C'
string GRAY1 = '#EEEEEE'
string GRAY2 = '#DDDDDD'
string GRAY3 = '#CCCCCC'
string GRAY4 = '#BBBBBB'
string GRAY5 = '#AAAAAA'
string GRAY6 = '#999999'
string GREEN = '#00DD00'
string GREEN1 = '#00EE00'
string GREEN = '#00DD00'
string GREEN3 = '#00CC00'
string GREEN4 = '#00BB00'
string GREEN5 = '#00AA00'
string GREEN6 = '#009900'
string GRAY = '#0C0C0C'
string GRAY1 = '#EEEEEE'
string GRAY2 = '#DDDDDD'
string GRAY3 = '#CCCCCC'
string GRAY4 = '#BBBBBB'
string GRAY5 = '#AAAAAA'
string GRAY6 = '#999999'
string LIME = '#CCFF66'
string MOROON = '#CC3366'
string OLIVE = '#999966'
string ORANGE = '#FFCC33'
string PEACH = '#FFCC99'
string PINK = '#FF99CC'
string PURPLE = '#CC66FF'
string RED = '#EE0000'
string RED1 = '#FF0000'
string RED = '#EE0000'
string RED3 = '#DD0000'
string RED4 = '#CC0000'
string RED5 = '#BB0000'
string RED6 = '#990000'
string SEAGREEN = '#0099CC'
string SKYBLUE = '#99CCFF'
string TAN = '#FFCCCC'
string WHITE = '#FFFFFF'
string YELLOW = '#FFFF66'
string __date__ = 'June 30, 1997'
string __file__ = '/usr/local/lib/python1.5/ ...
string __version__ = '$Id: barchart.py,v 2.0 19 ...
dictionary barfiles = {'yellow': '../image/bar-y ...

DESCRIPTION

Provides BarChart class which creates HTML 1D bar charts, and StackedBarChart class to deal with multiple data plotting for web pages. Only works for positive data values. Also provides a DataList class to support the data handling needed.

SEE ALSO

UserList
string


Previous Next blank.gif blank.gif
Buzz.gif

Copyright © Robin Friedrich
All Rights Reserved
Comments to author: dev@null
Generated: Tue Apr 20, 1999