Public Member Functions | |
def | __init__ |
def | __repr__ |
def | SVG |
Public Member Functions inherited from svgfig.LineAxis | |
def | __init__ |
def | __repr__ |
def | interpret |
def | SVG |
Public Member Functions inherited from svgfig.Line | |
def | __init__ |
def | __repr__ |
def | Path |
def | SVG |
Public Member Functions inherited from svgfig.Curve | |
def | __init__ |
def | __repr__ |
def | Path |
def | sample |
end nested class More... | |
def | subsample |
def | SVG |
Public Member Functions inherited from svgfig.Ticks | |
def | __init__ |
def | __repr__ |
def | compute_logminiticks |
def | compute_logticks |
def | compute_miniticks |
def | compute_ticks |
def | interpret |
def | orient_tickmark |
def | regular_miniticks |
def | SVG |
Public Attributes | |
atx | |
x1 | |
x2 | |
Public Attributes inherited from svgfig.LineAxis | |
end | |
exclude | |
f | |
high | |
low | |
start | |
Public Attributes inherited from svgfig.Line | |
arrow_end | |
attr | |
f | |
high | |
loop | |
low | |
y2 | |
Public Attributes inherited from svgfig.Curve | |
attr | |
f | |
high | |
last_samples | |
loop | |
low | |
Public Attributes inherited from svgfig.Ticks | |
arrow_end | |
arrow_start | |
attr | |
f | |
high | |
labels | |
last_miniticks | |
logbase | |
low | |
miniticks | |
text_attr | |
ticks | |
Static Public Attributes | |
dictionary | defaults = {"stroke-width":"0.25pt"} |
int | text_angle = 90 |
dictionary | text_defaults = {"stroke":"none", "fill":"black", "font-size":5, "text-anchor":"end", "dominant-baseline":"middle"} |
float | text_start = 2.5 |
Static Public Attributes inherited from svgfig.LineAxis | |
dictionary | defaults = {"stroke-width":"0.25pt"} |
dictionary | text_defaults = {"stroke":"none", "fill":"black", "font-size":5} |
Static Public Attributes inherited from svgfig.Line | |
dictionary | defaults = {} |
Static Public Attributes inherited from svgfig.Curve | |
dictionary | defaults = {} |
int | discontinuity_limit = 5 |
float | linearity_limit = 0.05 |
random_sampling = True | |
int | recursion_limit = 15 |
Static Public Attributes inherited from svgfig.Ticks | |
dictionary | defaults = {"stroke-width":"0.25pt"} |
float | minitick_end = 0.75 |
float | minitick_start = -0.75 |
int | text_angle = 0 |
dictionary | text_defaults = {"stroke":"none", "fill":"black", "font-size":5} |
float | text_start = 2.5 |
float | tick_end = 1.5 |
float | tick_start = -1.5 |
Draws a y axis with tick marks. YAxis(ymin, ymax, atx, ticks, miniticks, labels, logbase, arrow_start, arrow_end, exclude, text_attr, attribute=value) ymin, ymax required the y range atx default=0 x position to draw the axis ticks default=-10 request ticks according to the standard tick specification (see help(Ticks)) miniticks default=True request miniticks according to the standard minitick specification labels True request tick labels according to the standard tick label specification logbase default=None if a number, the y axis is logarithmic with ticks at the given base (usually 10) arrow_start default=None if a new string identifier, draw an arrow at the low-end of the axis, referenced by that identifier; if an SVG marker object, use that marker arrow_end default=None if a new string identifier, draw an arrow at the high-end of the axis, referenced by that identifier; if an SVG marker object, use that marker exclude default=None if a (low, high) pair, don't draw text labels within this range text_attr default={} SVG attributes for the text labels attribute=value pairs keyword list SVG attributes for all lines The exclude option is provided for Axes to keep text from overlapping where the axes cross. Normal users are not likely to need it.
def svgfig.YAxis.__init__ | ( | self, | |
ymin, | |||
ymax, | |||
atx = 0 , |
|||
ticks = -10 , |
|||
miniticks = True , |
|||
labels = True , |
|||
logbase = None , |
|||
arrow_start = None , |
|||
arrow_end = None , |
|||
exclude = None , |
|||
text_attr = {} , |
|||
attr | |||
) |
def svgfig.YAxis.__repr__ | ( | self | ) |
Definition at line 3027 of file svgfig.py.
References svgfig.SVG.attr, svgfig.Path.attr, svgfig.Curve.attr, svgfig.Plot.atx, svgfig.YAxis.atx, svgfig.Ticks.labels, svgfig.Ticks.ticks, fftjetcms::LookupTable2d.ymax(), Exhume::Event.ymax, cscdqm::AddressBox.ymax, TrackerMap.ymax, svgfig.Plot.ymax, svgfig.Frame.ymax, svgfig.Axes.ymax, svgfig.VGrid.ymax, svgfig.Grid.ymax, fftjetcms::LookupTable2d.ymin(), Exhume::Event.ymin, cscdqm::AddressBox.ymin, AccretionCluster.ymin, and TrackerMap.ymin.
Referenced by data_sources.json_file.__str__().
def svgfig.YAxis.SVG | ( | self, | |
trans = None |
|||
) |
svgfig.YAxis.atx |
Definition at line 3031 of file svgfig.py.
Referenced by svgfig.YAxis.__repr__(), svgfig.Axes.__repr__(), and svgfig.Axes.SVG().
|
static |
Definition at line 3022 of file svgfig.py.
Referenced by tree.Tree.reset(), and tree.Tree.var().
svgfig.YAxis.x1 |
Definition at line 3038 of file svgfig.py.
Referenced by svgfig.Line.__repr__(), svgfig.LineGlobal.__repr__(), svgfig.HLine.__repr__(), svgfig.Rect.__repr__(), svgfig.LineAxis.__repr__(), svgfig.Rect.Path(), and svgfig.LineGlobal.SVG().
svgfig.YAxis.x2 |
Definition at line 3039 of file svgfig.py.
Referenced by svgfig.Line.__repr__(), svgfig.LineGlobal.__repr__(), svgfig.HLine.__repr__(), svgfig.Rect.__repr__(), svgfig.LineAxis.__repr__(), svgfig.Rect.Path(), and svgfig.LineGlobal.SVG().