Public Member Functions | |
def | __init__ |
def | __repr__ |
def | SVG |
Public Attributes | |
attr | |
d | |
height | |
symbol | |
width | |
Static Public Attributes | |
dictionary | defaults = {} |
Dots draws SVG symbols at a set of points. d required list of (x,y) points symbol default=None SVG symbol or a new identifier to label an auto-generated symbol; if None, use pre-defined _circular_dot width, height default=1, 1 width and height of the symbols in SVG coordinates attribute=value pairs keyword list SVG attributes
def svgfig.Dots.__init__ | ( | self, | |
d = [] , |
|||
symbol = None , |
|||
width = 1. , |
|||
height = 1. , |
|||
attr | |||
) |
def svgfig.Dots.SVG | ( | self, | |
trans = None |
|||
) |