Public Member Functions | |
def | __init__ (self, d=[], attr) |
def | __repr__ (self) |
def | SVG (self, trans=None) |
Public Attributes | |
attr | |
d | |
Static Public Attributes | |
dictionary | defaults = {"stroke-width":"0.25pt"} |
Draws x error bars at a set of points. This is usually used before (under) a set of Dots at the same points. XErrorBars(d, attribute=value) d required list of (x,y,xerr...) points attribute=value pairs keyword list SVG attributes If points in d have * 3 elements, the third is the symmetric error bar * 4 elements, the third and fourth are the asymmetric lower and upper error bar. The third element should be negative, e.g. (5, 5, -1, 2) is a bar from 4 to 7. * more than 4, a tick mark is placed at each value. This lets you nest errors from different sources, correlated and uncorrelated, statistical and systematic, etc.
def svgfig.XErrorBars.__init__ | ( | self, | |
d = [] , |
|||
attr | |||
) |
Definition at line 3304 of file svgfig.py.
def svgfig.XErrorBars.__repr__ | ( | self | ) |
Definition at line 3301 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, and svgfig.XErrorBars.d.
Referenced by data_sources.json_file.__str__().
def svgfig.XErrorBars.SVG | ( | self, | |
trans = None |
|||
) |
Apply the transformation "trans" and return an SVG object.
Definition at line 3310 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.Line.attr, svgfig.LineGlobal.attr, svgfig.VLine.attr, svgfig.HLine.attr, svgfig.Rect.attr, svgfig.Ellipse.attr, svgfig.Ticks.attr, svgfig.Axes.attr, svgfig.HGrid.attr, svgfig.VGrid.attr, svgfig.Grid.attr, svgfig.XErrorBars.attr, 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.XErrorBars.d, SiStripPI.max, SiStripPI.min, and svgfig.totrans().
svgfig.XErrorBars.attr |
Definition at line 3307 of file svgfig.py.
Referenced by svgfig.XErrorBars.SVG(), and svgfig.YErrorBars.SVG().
svgfig.XErrorBars.d |
Definition at line 3305 of file svgfig.py.
Referenced by svgfig.XErrorBars.__repr__(), svgfig.YErrorBars.__repr__(), svgfig.XErrorBars.SVG(), and svgfig.YErrorBars.SVG().
|
static |
Definition at line 3299 of file svgfig.py.
Referenced by tree.Tree.reset(), and tree.Tree.var().