Home | History | Annotate | Download | only in pattern_tools

Lines Matching defs:Frame

957 class Frame:
969 return "<Frame (%d items)>" % len(self.d)
972 """Acts like Fig, but draws a coordinate frame around the data. You also need to supply plot ranges.
974 Frame(xmin, xmax, ymin, ymax, obj, obj, obj..., keyword options...)
983 x, y 20, 5 upper-left corner of the Frame in SVG coordinates
984 width, height 75, 80 width and height of the Frame in SVG coordinates
1042 raise TypeError, "Frame() got unexpected keyword arguments %s" % kwds.keys()