My Project
Functions
run_animation_layout_support_functions Namespace Reference

Functions

def load_phase_data (run_name, phase_part="")
 
def load_friction_phase_data (run_name, phase_part="")
 
def lazy_load_data (run_name, file_name, use_shared_names)
 
def loadYaml (run_name, file_name)
 
def make_single_line_line_plot (y_data, common_indexes, ax_number, x_values=[], y_min=0, y_max=0, x_label="", y_label="")
 
def make_single_line_phase_plot (y_data, x_data, common_indexes, ax_number, x_label="", y_label="")
 
def make_single_line_bar_plot (single_plot, ax_number, line_number, x_label="", y_label="")
 
def make_single_line_spring_plot (single_plot, ax_number, line_number, pad_position=[], common_indexes=[], height_of_plot=0.1, x_label="", y_label="", show_pad=False)
 
def seperate_pos_vel_data (phase_data)
 
def shift_z_indexes_of_lines_in_ax (bk_animation, shift_amount_per_frame, ax_number, n_line_number, index_type, only_shift_first=False)
 

Function Documentation

◆ lazy_load_data()

def run_animation_layout_support_functions.lazy_load_data (   run_name,
  file_name,
  use_shared_names 
)

Definition at line 29 of file run_animation_layout_support_functions.py.

Here is the call graph for this function:

◆ load_friction_phase_data()

def run_animation_layout_support_functions.load_friction_phase_data (   run_name,
  phase_part = "" 
)

Definition at line 17 of file run_animation_layout_support_functions.py.

Here is the call graph for this function:

◆ load_phase_data()

def run_animation_layout_support_functions.load_phase_data (   run_name,
  phase_part = "" 
)

Definition at line 6 of file run_animation_layout_support_functions.py.

Here is the call graph for this function:

◆ loadYaml()

def run_animation_layout_support_functions.loadYaml (   run_name,
  file_name 
)

Definition at line 42 of file run_animation_layout_support_functions.py.

Here is the call graph for this function:

◆ make_single_line_bar_plot()

def run_animation_layout_support_functions.make_single_line_bar_plot (   single_plot,
  ax_number,
  line_number,
  x_label = "",
  y_label = "" 
)

Definition at line 139 of file run_animation_layout_support_functions.py.

Here is the call graph for this function:

◆ make_single_line_line_plot()

def run_animation_layout_support_functions.make_single_line_line_plot (   y_data,
  common_indexes,
  ax_number,
  x_values = [],
  y_min = 0,
  y_max = 0,
  x_label = "",
  y_label = "" 
)

Definition at line 55 of file run_animation_layout_support_functions.py.

Here is the call graph for this function:

◆ make_single_line_phase_plot()

def run_animation_layout_support_functions.make_single_line_phase_plot (   y_data,
  x_data,
  common_indexes,
  ax_number,
  x_label = "",
  y_label = "" 
)

Definition at line 100 of file run_animation_layout_support_functions.py.

Here is the call graph for this function:

◆ make_single_line_spring_plot()

def run_animation_layout_support_functions.make_single_line_spring_plot (   single_plot,
  ax_number,
  line_number,
  pad_position = [],
  common_indexes = [],
  height_of_plot = 0.1,
  x_label = "",
  y_label = "",
  show_pad = False 
)

Definition at line 172 of file run_animation_layout_support_functions.py.

Here is the call graph for this function:

◆ seperate_pos_vel_data()

def run_animation_layout_support_functions.seperate_pos_vel_data (   phase_data)

Definition at line 246 of file run_animation_layout_support_functions.py.

Here is the call graph for this function:

◆ shift_z_indexes_of_lines_in_ax()

def run_animation_layout_support_functions.shift_z_indexes_of_lines_in_ax (   bk_animation,
  shift_amount_per_frame,
  ax_number,
  n_line_number,
  index_type,
  only_shift_first = False 
)

Definition at line 263 of file run_animation_layout_support_functions.py.