Methods
|
|
|
|
__init__
|
__init__ ( self, color=None )
init color
|
|
__repr__
|
__repr__ ( self )
|
|
get_color
|
get_color ( self )
get saved color
|
|
get_parameters
|
get_parameters ( self )
gets parameters as a tuple
|
|
get_points
|
get_points (
self,
x1,
x2,
)
calculates sufficient pairs for a spline approximation
|
|
get_value
|
get_value ( self, x )
get one value
|
|
get_values
|
get_values ( self, list_x )
calculate values from a list
|
|
resolution
|
resolution (
self,
x_1,
x_2,
)
needed resolution for this object in the given interval
|
|
sample_values
|
sample_values (
self,
x_1,
x_2,
)
values needed for a good plots
|
|
set_color
|
set_color ( self, color=None )
save color
|
|
set_parameters
|
set_parameters ( self, values )
sets parameters from a tuple
|