Skip to content

Commit

Permalink
remove ncol
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Dec 13, 2023
1 parent d34d684 commit c69d68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nessai/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def plot_1d_comparison(
legend_labels.values(),
legend_labels.keys(),
frameon=False,
ncol=len(labels),
# ncol=len(labels),
loc="upper center",
bbox_to_anchor=(0, 0.1 / len(parameters), 1, 1),
bbox_transform=plt.gcf().transFigure,
Expand Down

0 comments on commit c69d68b

Please sign in to comment.