other: prep for merge conflicts with other branch
This commit is contained in:
parent
7334565d69
commit
31a70480fb
2 changed files with 7 additions and 8 deletions
|
|
@ -172,7 +172,7 @@ def plot_grouped_bar(
|
|||
plt.FuncFormatter(lambda x, _: f"{x:.2f}" if abs(x) < 10 else f"{x:.0f}")
|
||||
)
|
||||
|
||||
_add_square_placeholders(ax, x_ticks_pos, [f"{m} Arms" for m in morphologies])
|
||||
# _add_square_placeholders(ax, x_ticks_pos, [f"{m} Arms" for m in morphologies])
|
||||
|
||||
# Add custom legend entry for best performer
|
||||
ax.plot(
|
||||
|
|
|
|||
Reference in a new issue