Skip to content

Commit 2a44c0b

Browse files
author
nemo
committed
Make graph full width if possible
1 parent ab727b4 commit 2a44c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

method_comparison/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def generate_pareto_plot(df, metric_x, metric_y):
145145
title=f"Pareto Frontier for {metric_x} vs {metric_y}",
146146
template="seaborn",
147147
height=700,
148-
width=900,
148+
autosize=True,
149149
xaxis_title=metric_x,
150150
yaxis_title=metric_y,
151151
)

0 commit comments

Comments
 (0)