diff --git a/environments/community/pytorch_optimizer_coding/FOB/pytorch_fob/evaluation/plot.py b/environments/community/pytorch_optimizer_coding/FOB/pytorch_fob/evaluation/plot.py index 76fffe55..5515beca 100644 --- a/environments/community/pytorch_optimizer_coding/FOB/pytorch_fob/evaluation/plot.py +++ b/environments/community/pytorch_optimizer_coding/FOB/pytorch_fob/evaluation/plot.py @@ -375,7 +375,7 @@ def create_figure(dataframe_list: list[pd.DataFrame], config: AttributeDict): if num_cols == 1 and n_rows_max > 1: figsize = (2**3 * scale, 2 * 3 * n_rows_max * scale) elif num_cols == 2: - # TODO: after removing cbar from left subifgure, it is squished + # TODO: after removing cbar from left subfigure, it is squished # there is an argument to share the legend, we should use that figsize = (12 * scale, 5.4 * n_rows_max * scale) elif num_cols > 2: