Public Member Functions | |
def | __init__ (self, d=[], symbol=None, width=1., height=1., attr) |
def | __repr__ (self) |
def | SVG (self, trans=None) |
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 | |||
) |
Definition at line 1924 of file svgfig.py.
def svgfig.Dots.__repr__ | ( | self | ) |
Definition at line 1921 of file svgfig.py.
References svgfig.SVG.attr, svgfig.Path.attr, svgfig.Curve.attr, svgfig.Poly.attr, svgfig.Text.attr, svgfig.TextGlobal.attr, svgfig.Dots.attr, svgfig.Fig.d, svgfig.Plot.d, svgfig.Frame.d, svgfig.Path.d, svgfig.Poly.d, svgfig.Text.d, svgfig.TextGlobal.d, and svgfig.Dots.d.
Referenced by data_sources.json_file.__str__().
def svgfig.Dots.SVG | ( | self, | |
trans = None |
|||
) |
Apply the transformation "trans" and return an SVG object.
Definition at line 1939 of file svgfig.py.
References svgfig.Fig.d, svgfig.Plot.d, svgfig.Frame.d, svgfig.Path.d, svgfig.Poly.d, svgfig.Text.d, svgfig.TextGlobal.d, svgfig.Dots.d, svgfig.Plot.height, svgfig.Frame.height, svgfig.Dots.height, svgfig.Dots.symbol, svgfig.totrans(), svgfig.Plot.width, svgfig.Frame.width, and svgfig.Dots.width.
svgfig.Dots.attr |
Definition at line 1929 of file svgfig.py.
Referenced by svgfig.Dots.__repr__(), svgfig.LineGlobal.__repr__(), svgfig.Ticks.__repr__(), svgfig.Axes.__repr__(), svgfig.HGrid.__repr__(), svgfig.VGrid.__repr__(), svgfig.Grid.__repr__(), svgfig.LineGlobal.SVG(), svgfig.Axes.SVG(), svgfig.XErrorBars.SVG(), and svgfig.YErrorBars.SVG().
svgfig.Dots.d |
Definition at line 1925 of file svgfig.py.
Referenced by svgfig.Dots.__repr__(), svgfig.XErrorBars.__repr__(), svgfig.YErrorBars.__repr__(), svgfig.Dots.SVG(), svgfig.XErrorBars.SVG(), and svgfig.YErrorBars.SVG().
|
static |
Definition at line 1919 of file svgfig.py.
Referenced by tree.Tree.reset(), and tree.Tree.var().
svgfig.Dots.height |
Definition at line 1927 of file svgfig.py.
Referenced by TkAlMap.TkAlMap.draw_cms_prelim(), presentation.PageLayout.fit(), TkAlMap.TkAlMap.load_geometry(), and svgfig.Dots.SVG().
svgfig.Dots.symbol |
Definition at line 1933 of file svgfig.py.
Referenced by svgfig.Dots.SVG().
svgfig.Dots.width |
Definition at line 1926 of file svgfig.py.
Referenced by python.rootplot.utilities.Hist.__init_TGraph(), python.rootplot.root2matplotlib.Hist.bar(), python.rootplot.root2matplotlib.Hist.barh(), python.rootplot.utilities.Hist.delete_bin(), TkAlMap.TkAlMap.draw_cms_prelim(), presentation.PageLayout.fit(), TkAlMap.TkAlMap.load_geometry(), and svgfig.Dots.SVG().