Update app.py
Browse files
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 |
|