My Project
|
Functions | |
def | create_sine_wave (x, a, f, p) |
def | new_test () |
def | make_block_single_line (y_values, ax_number, line_number, common_indexes, x_values=[], line_dependencies=None) |
def | make_block_single_plot (single_lines, ax_number, x_lim, y_lim, plot_type='line') |
def | plot_blocks (run_name, number_of_blocks=2, common_indexes=[0, frames=500, live_plotting=True) |
def exampels_animation.create_sine_wave | ( | x, | |
a, | |||
f, | |||
p | |||
) |
Definition at line 8 of file exampels_animation.py.
def exampels_animation.make_block_single_line | ( | y_values, | |
ax_number, | |||
line_number, | |||
common_indexes, | |||
x_values = [] , |
|||
line_dependencies = None |
|||
) |
def exampels_animation.make_block_single_plot | ( | single_lines, | |
ax_number, | |||
x_lim, | |||
y_lim, | |||
plot_type = 'line' |
|||
) |
Definition at line 97 of file exampels_animation.py.
def exampels_animation.new_test | ( | ) |
def exampels_animation.plot_blocks | ( | run_name, | |
number_of_blocks = 2 , |
|||
common_indexes = [0 , |
|||
frames = 500 , |
|||
live_plotting = True |
|||
) |