|
def | __init__ (self, ax_number, x_lim=None, y_lim=None, single_line_list=[], starting_postions=[], plot_type='line', scale_10_percent=True, x_label="", y_label="") |
|
def | set_starting_postions |
|
def | append_single_line (self, single_line) |
|
def | set_x_lim (self, x_lim_min, x_lim_max) |
|
def | set_y_lim (self, y_lim_min, y_lim_max) |
|
def | change_x_lim (self, x_lim_min_add, x_lim_max_add) |
|
def | change_y_lim (self, y_lim_min_add, y_lim_max_add) |
|
def | shift_x_indexes (self, line_number, shift_amount, only_shift_first=False) |
|
def | shift_y_indexes (self, line_number, shift_amount, only_shift_first=False) |
|
def | change_x (self, line_number, new_height) |
|
def | change_y (self, line_number, new_height) |
|
def | get_last_plotted_x_value (self, line_number) |
|
def | get_last_plotted_y_value (self, line_number) |
|
Definition at line 8 of file animationSupportClasses.py.
◆ __init__()
def animationSupportClasses.SinglePlot.__init__ |
( |
|
self, |
|
|
|
ax_number, |
|
|
|
x_lim = None , |
|
|
|
y_lim = None , |
|
|
|
single_line_list = [] , |
|
|
|
starting_postions = [] , |
|
|
|
plot_type = 'line' , |
|
|
|
scale_10_percent = True , |
|
|
|
x_label = "" , |
|
|
|
y_label = "" |
|
) |
| |
◆ append_single_line()
def animationSupportClasses.SinglePlot.append_single_line |
( |
|
self, |
|
|
|
single_line |
|
) |
| |
◆ change_x()
def animationSupportClasses.SinglePlot.change_x |
( |
|
self, |
|
|
|
line_number, |
|
|
|
new_height |
|
) |
| |
◆ change_x_lim()
def animationSupportClasses.SinglePlot.change_x_lim |
( |
|
self, |
|
|
|
x_lim_min_add, |
|
|
|
x_lim_max_add |
|
) |
| |
◆ change_y()
def animationSupportClasses.SinglePlot.change_y |
( |
|
self, |
|
|
|
line_number, |
|
|
|
new_height |
|
) |
| |
◆ change_y_lim()
def animationSupportClasses.SinglePlot.change_y_lim |
( |
|
self, |
|
|
|
y_lim_min_add, |
|
|
|
y_lim_max_add |
|
) |
| |
◆ get_last_plotted_x_value()
def animationSupportClasses.SinglePlot.get_last_plotted_x_value |
( |
|
self, |
|
|
|
line_number |
|
) |
| |
◆ get_last_plotted_y_value()
def animationSupportClasses.SinglePlot.get_last_plotted_y_value |
( |
|
self, |
|
|
|
line_number |
|
) |
| |
◆ set_starting_postions()
def animationSupportClasses.SinglePlot.set_starting_postions |
( |
|
self, |
|
|
|
n = 1 , |
|
|
|
starting_position = {"x": 0.0 , |
|
|
|
y |
|
) |
| |
◆ set_x_lim()
def animationSupportClasses.SinglePlot.set_x_lim |
( |
|
self, |
|
|
|
x_lim_min, |
|
|
|
x_lim_max |
|
) |
| |
◆ set_y_lim()
def animationSupportClasses.SinglePlot.set_y_lim |
( |
|
self, |
|
|
|
y_lim_min, |
|
|
|
y_lim_max |
|
) |
| |
◆ shift_x_indexes()
def animationSupportClasses.SinglePlot.shift_x_indexes |
( |
|
self, |
|
|
|
line_number, |
|
|
|
shift_amount, |
|
|
|
only_shift_first = False |
|
) |
| |
◆ shift_y_indexes()
def animationSupportClasses.SinglePlot.shift_y_indexes |
( |
|
self, |
|
|
|
line_number, |
|
|
|
shift_amount, |
|
|
|
only_shift_first = False |
|
) |
| |
◆ ax_number
animationSupportClasses.SinglePlot.ax_number |
◆ plot_type
animationSupportClasses.SinglePlot.plot_type |
◆ single_line_list
animationSupportClasses.SinglePlot.single_line_list |
◆ starting_positions
animationSupportClasses.SinglePlot.starting_positions |
◆ x_label
animationSupportClasses.SinglePlot.x_label |
◆ x_lim
animationSupportClasses.SinglePlot.x_lim |
◆ y_label
animationSupportClasses.SinglePlot.y_label |
◆ y_lim
animationSupportClasses.SinglePlot.y_lim |
The documentation for this class was generated from the following file: