~activity/openobject-server/trunk

« back to all changes in this revision

Viewing changes to bin/pychart/pychart_util.py

  • Committer: Dainius Malachovskis
  • Date: 2009-06-11 21:01:55 UTC
  • mfrom: (1235.2.5 server)
  • Revision ID: dainius.malachovskis@sandas.eu-20090611210155-ql9k1pd0dnr9avr0
merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
line_desc="The style of the line. "
116
116
 
117
117
def interval_desc(w):
118
 
    return "When the value is a number, it specifies the interval at which %s are drawn. Otherwise, the value must be a function that takes no argument and returns the list of numbers. The return value specifies the X or Y points at which %s are drawn." % (w,w)
 
118
    return "When the value is a number, it specifies the interval at which %s are drawn. Otherwise, the value must be a function that takes two arguments, min and max X (or Y) values. It must return a list of numbers that specify the X or Y points at which %s are drawn." % (w,w)
119
119
 
120
120
shadow_desc = """The value is either None or a tuple. When non-None,
121
121
a drop-shadow is drawn beneath the object. X-off, and y-off specifies the