__init__(self, single_plots, frame_interval=10, movement_per_frame=10, n_frames=10, fps=10, sleep_amount=1, max_lim_change=0.1) | animationTools.BKAnimation | |
axs | animationTools.BKAnimation | |
change_x(self, ax_number, line_number, get_axis="x") | animationTools.BKAnimation | |
change_x_lim(self, ax_number, x_lim_min_add, x_lim_max_add) | animationTools.BKAnimation | |
change_xy_lim(self, ax_number, lim_min_add, lim_max_add) | animationTools.BKAnimation | |
change_y(self, ax_number, line_number, get_axis="y") | animationTools.BKAnimation | |
change_y_lim(self, ax_number, y_lim_min_add, y_lim_max_add) | animationTools.BKAnimation | |
check_lims(self, ax_number, axis_checked, reduce_extra_lim_amount=3) | animationTools.BKAnimation | |
fig | animationTools.BKAnimation | |
fps | animationTools.BKAnimation | |
frame_interval | animationTools.BKAnimation | |
get_fps(self) | animationTools.BKAnimation | |
get_frame_interval(self) | animationTools.BKAnimation | |
get_last_plotted_x_value(self, ax_number, line_number) | animationTools.BKAnimation | |
get_last_plotted_y_value(self, ax_number, line_number) | animationTools.BKAnimation | |
get_movement_per_frame(self) | animationTools.BKAnimation | |
get_n_frames(self) | animationTools.BKAnimation | |
get_sleep_amount(selfSinglePlot) | animationTools.BKAnimation | |
init_bar_plot(self, single_line, ax_number) | animationTools.BKAnimation | |
init_labels(self, single_plot) | animationTools.BKAnimation | |
init_lims(self, single_plot) | animationTools.BKAnimation | |
init_line_plot(self, single_line, ax_number) | animationTools.BKAnimation | |
init_live_plot(self, positions, figure_shape, titles, show_plot=True, suptitle="") | animationTools.BKAnimation | |
init_specified_subplot(self, single_plot) | animationTools.BKAnimation | |
init_spring_plot(self, single_line, ax_number) | animationTools.BKAnimation | |
init_subplots(self) | animationTools.BKAnimation | |
max_lim_change | animationTools.BKAnimation | |
movement_per_frame | animationTools.BKAnimation | |
n_frames | animationTools.BKAnimation | |
set_fps(self, new_value) | animationTools.BKAnimation | |
set_frame_interval(self, new_value) | animationTools.BKAnimation | |
set_movement_per_frame(self, new_value) | animationTools.BKAnimation | |
set_n_frames(self, new_value) | animationTools.BKAnimation | |
set_sleep_amount(self, new_value) | animationTools.BKAnimation | |
shift_x_indexes(self, ax_number, line_number, shift_amount, only_shift_first=False) | animationTools.BKAnimation | |
shift_xy_indexes(self, ax_number, line_number, shift_amount, only_shift_first=False) | animationTools.BKAnimation | |
shift_y_indexes(self, ax_number, line_number, shift_amount, only_shift_first=False) | animationTools.BKAnimation | |
single_plots | animationTools.BKAnimation | |
sleep_amount | animationTools.BKAnimation | |
update_live_x_lim(self, single_plot) | animationTools.BKAnimation | |
update_live_x_values(self, single_line, plot_type) | animationTools.BKAnimation | |
update_live_y_lim(self, single_plot) | animationTools.BKAnimation | |
update_live_y_values(self, single_line, plot_type) | animationTools.BKAnimation | |
update_specified_subplot(self, single_plot) | animationTools.BKAnimation | |
update_subplots(self, update_lims=False) | animationTools.BKAnimation | |
update_suptitle(self, suptitle) | animationTools.BKAnimation | |
update_upper_springs(self, ax_number, index_first_spring, block_line_index=0) | animationTools.BKAnimation | |