Koshti10 commited on
Commit
c0f3388
1 Parent(s): 178329e

Update src/plot_utils.py

Browse files
Files changed (1) hide show
  1. src/plot_utils.py +4 -2
src/plot_utils.py CHANGED
@@ -61,8 +61,10 @@ def plotly_plot(df:pd.DataFrame, LIST:list, ALL:list, NAMES:list, LEGEND:list, M
61
  fig.update_layout(height=450)
62
  fig.update_layout(legend=dict(
63
  yanchor="bottom",
64
- y=-5.52)
65
- )
 
 
66
  # xanchor="left",
67
  # x=0.01,
68
  # orientation='h'
 
61
  fig.update_layout(height=450)
62
  fig.update_layout(legend=dict(
63
  yanchor="bottom",
64
+ y=-5.52,
65
+ xanchor="left",
66
+ x=0.01
67
+ ))
68
  # xanchor="left",
69
  # x=0.01,
70
  # orientation='h'