Koshti10 commited on
Commit
04dda48
1 Parent(s): 729d086

Update src/plot_utils.py

Browse files
Files changed (1) hide show
  1. 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=300)
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,