115
115
line_desc="The style of the line. "
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)
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