My Project
Functions
exampels_animation Namespace Reference

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)
 

Function Documentation

◆ create_sine_wave()

def exampels_animation.create_sine_wave (   x,
  a,
  f,
  p 
)

Definition at line 8 of file exampels_animation.py.

◆ make_block_single_line()

def exampels_animation.make_block_single_line (   y_values,
  ax_number,
  line_number,
  common_indexes,
  x_values = [],
  line_dependencies = None 
)

Definition at line 84 of file exampels_animation.py.

Here is the call graph for this function:

◆ make_block_single_plot()

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.

◆ new_test()

def exampels_animation.new_test ( )

Definition at line 11 of file exampels_animation.py.

Here is the call graph for this function:

◆ plot_blocks()

def exampels_animation.plot_blocks (   run_name,
  number_of_blocks = 2,
  common_indexes = [0,
  frames = 500,
  live_plotting = True 
)

Definition at line 101 of file exampels_animation.py.

Here is the call graph for this function: