Koshti10 commited on
Commit
0912f76
1 Parent(s): c0f3388

Update src/plot_utils.py

Browse files
Files changed (1) hide show
  1. src/plot_utils.py +6 -9
src/plot_utils.py CHANGED
@@ -65,15 +65,12 @@ def plotly_plot(df:pd.DataFrame, LIST:list, ALL:list, NAMES:list, LEGEND:list, M
65
  xanchor="left",
66
  x=0.01
67
  ))
68
- # xanchor="left",
69
- # x=0.01,
70
- # orientation='h'
71
- # ))
72
- # fig.update_layout(
73
- # xaxis_title="",
74
- # yaxis_title="",
75
- # title="% Played v/s Quality Score"
76
- # )
77
 
78
  return fig
79
 
 
65
  xanchor="left",
66
  x=0.01
67
  ))
68
+
69
+ fig.update_layout(
70
+ xaxis_title="",
71
+ yaxis_title="",
72
+ title="% Played v/s Quality Score"
73
+ )
 
 
 
74
 
75
  return fig
76