mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-22 16:48:57 +00:00
Fix typo in TODO comment in plot.py
This commit is contained in:
parent
8edfbe1de4
commit
b44eca5a5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue