Spaces:
Runtime error
Runtime error
Update src/plot_utils.py
Browse files- src/plot_utils.py +1 -1
src/plot_utils.py
CHANGED
@@ -58,7 +58,7 @@ def plotly_plot(df:pd.DataFrame, LIST:list, ALL:list, NAMES:list, LEGEND:list, M
|
|
58 |
|
59 |
|
60 |
if MOBILE and LEGEND:
|
61 |
-
fig.update_layout(height=
|
62 |
fig.update_layout(legend=dict(
|
63 |
yanchor="bottom",
|
64 |
y=-5.52,
|
|
|
58 |
|
59 |
|
60 |
if MOBILE and LEGEND:
|
61 |
+
fig.update_layout(height=450)
|
62 |
fig.update_layout(legend=dict(
|
63 |
yanchor="bottom",
|
64 |
y=-5.52,
|