Classes | |
class | Sample |
nested class Sample More... | |
class | Samples |
end Sample More... | |
Public Member Functions | |
def | __init__ |
def | __repr__ |
def | Path |
def | sample |
end nested class More... | |
def | subsample |
def | SVG |
Public Attributes | |
attr | |
f | |
high | |
last_samples | |
loop | |
low | |
Static Public Attributes | |
dictionary | defaults = {} |
int | discontinuity_limit = 5 |
float | linearity_limit = 0.05 |
random_sampling = True | |
int | recursion_limit = 15 |
Draws a parametric function as a path. Curve(f, low, high, loop, attribute=value) f required a Python callable or string in the form "f(t), g(t)" low, high required left and right endpoints loop default=False if True, connect the endpoints attribute=value pairs keyword list SVG attributes
def svgfig.Curve.sample | ( | self, | |
trans = None |
|||
) |
def svgfig.Curve.subsample | ( | self, | |
left, | |||
right, | |||
depth, | |||
trans = None |
|||
) |
def svgfig.Curve.SVG | ( | self, | |
trans = None |
|||
) |
svgfig.Curve.f |
Definition at line 1519 of file svgfig.py.
Referenced by ztail.Decoder.initial_synchronize().