vikvenk commited on
Commit
0065fb5
·
verified ·
1 Parent(s): 6112924

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -41,6 +41,7 @@ def plot_density(player1_name, player2_name, year):
41
  plt.ylabel("Density")
42
  plt.legend()
43
  plt.title("Fantasy Points Density Plot with Medians")
 
44
 
45
  return plt
46
 
 
41
  plt.ylabel("Density")
42
  plt.legend()
43
  plt.title("Fantasy Points Density Plot with Medians")
44
+ plt.xlim(left=0)
45
 
46
  return plt
47