utils.progress_board.ProgressBoard#
- class ProgressBoard(xlabel: str = None, ylabel: str = None, ylim: tuple[float, float] = (1.0, 0.1), xscale: str = 'linear', yscale: str = 'linear', ls: list[str] = ['-', '--', '-.', ':'], colors: list[str] = ['C0', 'C1', 'C2', 'C3'], figsize: tuple[int, int] = (6, 6), display: bool = True, every_n: int = 1)[source]#
Bases:
object
The board that plots data points in animation
Methods
Add a new value to the chart
Loads a chart from folder
log_folder
Save the chart to folder
log_folder
Attributes
Folder for saving charts
- load_plot(file_name: str) None [source]#
Loads a chart from folder
log_folder
- Parameters:
file_name (str) – File name
- log_folder = './log'#
Folder for saving charts
- save_plot() None [source]#
Save the chart to folder
log_folder